rsync

Syncing files across servers

With ssh access from the source to the target server, rsyncing a directory across machines could look like

sudo rsync -axHAWXS --numeric-ids --info=progress2 -e 'ssh -p <port> -i <key_file>' <src_path> <user>@<ip>:<target_path>