Archive for the tag 'rsync'

 

 

Dec 21 2008

Synchronize Directories with Rsync and SSH

Published by under SSH

To copy or synchronize data across servers with SSH encryption benefits, run on the target: rsync -avz -e ssh remoteuser@remotehost:/remote/dir /local/dir/

No responses yet