Tuesday 5 February 2013

rsync

RSYNC ENTIRE DIRECTORY:
rsync -avz local_dir remote_user@remote_machine:/remote_path
Recursively copies all files from local_dir to directory
/remote_path/local_dir on remote machine.
Note: trailing slash on source directory avoids creation of local_dir on
remote host

No comments:

Post a Comment