Advertisement
vonZnotz

rsync standard

Aug 21st, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.22 KB | None | 0 0
  1. # a = all
  2. # v = verbose
  3. # z = compression
  4. # P = continue on cancel and progress display
  5. # e = use remote shell (mostly -e ssh)
  6. # https://wiki.ubuntuusers.de/rsync/
  7. rsync -avzPe ssh user@server:/var/www/source target_local
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement