Skip to content

Instantly share code, notes, and snippets.

@kuboosoft
Created March 14, 2018 04:01
Show Gist options
  • Select an option

  • Save kuboosoft/d0505696e3d92f51a11c76ca287e44d0 to your computer and use it in GitHub Desktop.

Select an option

Save kuboosoft/d0505696e3d92f51a11c76ca287e44d0 to your computer and use it in GitHub Desktop.

Revisions

  1. kuboosoft created this gist Mar 14, 2018.
    36 changes: 36 additions & 0 deletions log5
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,36 @@
    [makerpm@localhost 29]$ rsync -av x86_64/ [email protected]: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/ [email protected]: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]