You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsync -avz -e "ssh -A -i /home/user/.ssh/id_rsa" [email protected]:/data /home/user/projects/data
PUSH TO REMOTE HOST (UPLOAD):
rsync --help
Options
-v, --verbose increase verbosity
-a, --archive archive mode; equals -rlptgoD (no -H,-A,-X)
-r, --recursive recurse into directories
-n, --dry-run perform a trial run with no changes made
...
-c, --checksum skip based on checksum, not mod-time & size
-u, --update skip files that are newer on the receiver
-z, --compress compress file data during the transfer
...