Guest User

Untitled

a guest
Jul 17th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. if [ ! -f /home/mustang/logs/lockfile ]
  2. then
  3. touch /home/mustang/logs/lockfile;
  4. rsync -avzuh --progress --bwlimit=350 --log-file="/home/mustang/logs/$(date +%Y%m%d)_rsync.log" "rsync://10.8.0.1/Torrent" /media/VirtualDisk/deluge/downloaded/attila/rsync;
  5. rm /home/mustang/logs/lockfile;
  6. fi
Add Comment
Please, Sign In to add comment