Skip to content

Instantly share code, notes, and snippets.

@kuboosoft
Created March 14, 2018 04:01
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 kuboosoft/d0505696e3d92f51a11c76ca287e44d0 to your computer and use it in GitHub Desktop.
Save kuboosoft/d0505696e3d92f51a11c76ca287e44d0 to your computer and use it in GitHub Desktop.
[makerpm@localhost 29]$ rsync -av x86_64/ davidva@shell.osdn.net:transfer-test/
sending incremental file list
created directory transfer-test
./
shotcut-debugsource-18.03-2.fc28.x86_64.rpm
unrar-debuginfo-5.6.1-2.fc29.x86_64.rpm
sent 1,164,771 bytes received 93 bytes 70,597.82 bytes/sec
total size is 1,164,236 speedup is 1.00
############################################
[makerpm@localhost 29]$ rsync -av x86_64/ shell.osdn.net:transfer-test/
sending incremental file list
sent 174 bytes received 12 bytes 33.82 bytes/sec
total size is 1,164,236 speedup is 6,259.33
############################################
[makerpm@localhost 29]$ rsync -av x86_64/ storage.osdn.net:transfer-test/
sending incremental file list
rsync: mkdir "/transfer-test" failed: Permission denied (13)
rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.1]
############################################
[makerpm@localhost 29]$ rsync -av x86_64/ davidva@storage.osdn.net:transfer-test/
sending incremental file list
rsync: mkdir "/transfer-test" failed: Permission denied (13)
rsync error: error in file IO (code 11) at main.c(674) [Receiver=3.1.1]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment