Tuesday, 13 December 2016

How to recursively compress and tranfer files using rsync ?


rsync -avz MyBackups user@server:/path/to/backup/

This is usually better/faster than the scp -r command.

No comments:

Post a Comment