User Tools

Site Tools


rsync

This is an old revision of the document!


http://techtavern.wordpress.com/2008/11/19/resume-scprsync-file-transfer/

rsync -vrPtz -e ssh host:/remote_path/* /local_path/

Explained:

-e ssh rsync will use ssh client instead of rsh -z compress file transfer -t preserve time (other attributes as owner or permissions are also possible) -P resume incomplete file transfer -r recursive into subdirectories -v verbose

rsync.1338407163.txt.gz · Last modified: 2015/04/13 20:19 (external edit)