samba-bugs@samba.org
2006-Oct-23 01:12 UTC
DO NOT REPLY [Bug 4183] New: rsync not recursive when using -a in combination with --files-from
https://bugzilla.samba.org/show_bug.cgi?id=4183 Summary: rsync not recursive when using -a in combination 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 it's doing is recursively, when an additional -r is given: adi@stargate:~$ rm -rf dst/; mkdir dst adi@stargate:~$ rsync -ra --files-from=files . dst adi@stargate:~$ find dst/ dst/ dst/src dst/src/testfile -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
samba-bugs@samba.org
2006-Oct-23 01:58 UTC
DO NOT REPLY [Bug 4183] rsync not recursive when using -a in combination with --files-from
https://bugzilla.samba.org/show_bug.cgi?id=4183 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #1 from wayned@samba.org 2006-10-22 20:58 MST ------- This is intentional. Please read the manpage. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
Apparently Analagous Threads
- DO NOT REPLY [Bug 4693] New: Amazon S3 storage interface for rsync
- DO NOT REPLY [Bug 4128] New: ignore-times with link-dest behaves unexpected / sematics not clear
- delete-delay vs. delete-after in 3.0.2 (and possible bug)
- DO NOT REPLY [Bug 4855] New: skipped local filters cause segfault while deleting (-rFR --delete)
- DO NOT REPLY [Bug 4023] New: Rsync does not copy files recursively when using ssh public key authorization and the files-from option