/ Published in: Bash
The -P handles partial transfers, I'm using this for big audio/video files.
Expand |
Embed | Plain Text
rsync -P -az -e ssh sourcedir username@andric.us:~/targetdir/
You need to login to post a comment.
mandric on 12/30/07
6 people have marked this snippet as a favorite
basicmagic
cbrant
snucko
alexxx
Leech
esritter
The -P handles partial transfers, I'm using this for big audio/video files.
rsync -P -az -e ssh sourcedir username@andric.us:~/targetdir/
You need to login to post a comment.