added missing racknerd command

This commit is contained in:
Peter Wood
2025-06-22 09:16:52 -04:00
parent 26f8a7a007
commit 70755e5823

View File

@@ -176,6 +176,7 @@ For distributed environments, consider setting up backup synchronization:
# Example rsync command to sync backups from remote systems # 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 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 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 ## Security Considerations