rsync¶
rsyncis an open source utility that provides fast incremental file transfer.
Sync remote molder¶
Sync a remote folder locally:
-a enables archive mode (same as -rlptgoD without -H), -v increases verbosity, -h outputs numbers in a human-readable format, -z compresses file data during the transfer, and -P keeps partially transferred files and shows progress during the transfer.