Skip to content

Instantly share code, notes, and snippets.

@helloimalemur
Created October 2, 2023 15:47
Show Gist options
  • Save helloimalemur/aab1040f63fb30d34048ecce583e709a to your computer and use it in GitHub Desktop.
Save helloimalemur/aab1040f63fb30d34048ecce583e709a to your computer and use it in GitHub Desktop.
BLAZINGLY FAST rsync
rsync -e "ssh -p8888 -o Compression=no" 127.0.0.1:/mnt/1TB/backup.tar.gz -P ./backup.tar.gz
rsync -P ./backup.tar.gz -e "ssh -p8888 -o Compression=no" 127.0.0.1:/mnt/1TB/backup.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment