sync a file or dir to remote location


/ Published in: Bash
Save to your folder(s)

The -P handles partial transfers, I'm using this for big audio/video files.


Copy this code and paste it in your HTML
  1. rsync -P -az -e ssh sourcedir username@andric.us:~/targetdir/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.