diff options
author | https://www.google.com/accounts/o8/id?id=AItOawln4uCaqZRd5_nRQ-iLcJyGctIdw8ebUiM <Edward@web> | 2013-08-01 16:29:07 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-08-01 16:29:07 +0000 |
commit | ab237f6551eae3c2ff986440c4bfc657ceb10925 (patch) | |
tree | 73367e7f6095c1df8ec7107dd5509ce7584c5cd4 /doc | |
parent | 4253aa356e15c01447150dd2fd30109454eb3dcf (diff) |
Added a comment: Just put multiple source files
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/faster_rsync_remotes/comment_2_ccf6f75450c89ca498c8130054f8d32d._comment | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/todo/faster_rsync_remotes/comment_2_ccf6f75450c89ca498c8130054f8d32d._comment b/doc/todo/faster_rsync_remotes/comment_2_ccf6f75450c89ca498c8130054f8d32d._comment new file mode 100644 index 000000000..67b5feab0 --- /dev/null +++ b/doc/todo/faster_rsync_remotes/comment_2_ccf6f75450c89ca498c8130054f8d32d._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawln4uCaqZRd5_nRQ-iLcJyGctIdw8ebUiM" + nickname="Edward" + subject="Just put multiple source files" + date="2013-08-01T16:29:04Z" + content=""" +It seems like you can just put multiple source files on the command line: + + ed@ed-Ubu64 /tmp$ touch a b c d + ed@ed-Ubu64 /tmp$ mkdir test + ed@ed-Ubu64 /tmp$ rsync -avz a b c d test + sending incremental file list + a + b + c + d + + sent 197 bytes received 88 bytes 570.00 bytes/sec + total size is 0 speedup is 0.00 + ed@ed-Ubu64 /tmp$ ls test + a b c d + +It also appears to work with remote transfers too. +"""]] |