Displaying 1 result from an estimated 1 matches for "masteradi".
Did you mean:
maskerade
2006 Oct 23
1
DO NOT REPLY [Bug 4183] New: rsync not recursive when using -a in combination with --files-from
...on with --
files-from
Product: rsync
Version: 2.6.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: masteradi@gmx.ch
QAContact: rsync-qa@samba.org
rsync does not copy files recursively when -a and --files-from are used
together:
adi@stargate:~$ mkdir src dst; touch src/testfile; echo src > files
adi@stargate:~$ rsync -a --files-from=files . dst
adi@stargate:~$ find dst/
dst/
dst/src
But it...