diff --git a/crontab/multi-system-crontab-management.md b/crontab/multi-system-crontab-management.md index e118de8..bc89132 100644 --- a/crontab/multi-system-crontab-management.md +++ b/crontab/multi-system-crontab-management.md @@ -176,6 +176,7 @@ For distributed environments, consider setting up backup synchronization: # Example rsync command to sync backups from remote systems rsync -avz europa:/home/acedanger/shell/crontab-backups/europa/ /home/acedanger/shell/crontab-backups/europa/ rsync -avz io:/home/acedanger/shell/crontab-backups/io/ /home/acedanger/shell/crontab-backups/io/ +rsync -avz racknerd:/home/acedanger/shell/crontab-backups/racknerd/ /home/acedanger/shell/crontab-backups/racknerd/ ``` ## Security Considerations