Amb resync evitem baixar fitxers que ja estan baixats (per si ha fallat un primer intent) i sol anar més de pressa.
rsync -avz --ignore-existing root@IP_DESTI:/home/usuario/web/web.es/public_html/ /Volumes/Sança/Backups/web.es/
La forma més tradicional és amb “scp”, el comandament de copiar de SSH.
scp -r root@IP_DESTI:/home/usuario/web/web.es/public_html/ /Volumes/Sança/Backups/web.es/