Skip to content

Instantly share code, notes, and snippets.

@rfjakob
Last active May 11, 2019 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rfjakob/0c7528595395dbbefbc7d59c5d7ace35 to your computer and use it in GitHub Desktop.
Save rfjakob/0c7528595395dbbefbc7d59c5d7ace35 to your computer and use it in GitHub Desktop.
$ rsync -P /tmp/1g 127.0.0.1:/tmp/1g.2
1g
1,073,741,824 100% 22.71MB/s 0:00:45 (xfr#1, to-chk=0/1)
$ rsync -P /tmp/1g -e "ssh -T" 127.0.0.1:/tmp/1g.2
1g
1,073,741,824 100% 20.39MB/s 0:00:50 (xfr#1, to-chk=0/1)
$ rsync -P /tmp/1g -e "ssh -o Compression=no" 127.0.0.1:/tmp/1g.2
1g
1,073,741,824 100% 193.42MB/s 0:00:05 (xfr#1, to-chk=0/1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment