Advertisement
avluis

rsyncTest

Mar 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. #!/bin/sh
  2. echo "This script is in the testing phase -- caution adviced!!"
  3. /bin/rsync --partial --log-file="/volume2/logStorage/rsync_log_`date +%Y-%m-%d`.log" --recursive --delete-after --exclude='/Admin cleanup' --exclude='/WIP' --exclude='/Raws' --size-only --password-file="/volume2/testScripts/rsyncPass" rsync://avnet.ws/backup/rsync "/volume2/testScripts/rsyncTarget"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement