Guest User

Rsync-Trigger.sh

a guest
Jan 7th, 2023
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # Navigate to the script directory
  4. cd /path/to/your/scripts
  5.  
  6. # Trigger Rsync
  7.  
  8. ./Rsync-Unattended.sh /path/to/source/ /path/to/destination YourSecurePassword
Advertisement
Add Comment
Please, Sign In to add comment