flycat

rsync

Oct 6th, 2011 (edited)
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. # Нестандартный порт ssh:
  2. rsync -avzP --rsh='ssh -p222 -i /home/tl/.ssh/id_rsa' --exclude='app/dbs' /opt/oracle/ 127.0.0.1:/opt/oracle/
  3. # Exclude - относительные пути
  4. # докачка
  5. rsync -avzh --partial --progress --inplace Game\ of\ Thrones\ * flycat.com:/video/
  6.  
  7. # Ограничение скорости:
  8. rsync  --bwlimit=2048 -avzP
Add Comment
Please, Sign In to add comment