Answers for "fast rsync"

0

fast rsync

rsync -aHAXxv --numeric-ids --delete --progress -e "ssh -T -c arcfour -o Compression=no -o 'IPQoS throughput' -x" user@<source>:<source_dir> <dest_dir>
Posted by: Guest on June-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language