Added a comment: Just put multiple source files
This commit is contained in:
parent
aa337f990c
commit
5a0e741a44
1 changed files with 24 additions and 0 deletions
|
@ -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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue