Command rsync example - Esempio di comando rsync
rsync -avz -e ssh --exclude="*cache*" root@serever:/remote/path/to-server/media/ media/
Versione con impostazione della porta per ssh
rsync -rvz -e 'ssh -p 2222' --progress --remove-sent-files ./dir user@host:/path