[Bug 12378] why i cannot exclude dir/files if using option "--files-from"

samba-bugs at samba.org samba-bugs at samba.org
Fri Oct 14 16:57:33 UTC 2016


https://bugzilla.samba.org/show_bug.cgi?id=12378

--- Comment #6 from Kevin Korb <rsync at sanitarium.net> ---
If you want to sync files newer than say 3 days ago that is what --files-from
is for...
cd /source
find . -mtime -3 -print | rsync -vai --files-from=- . /target

The primary purpose of --files-from is to give rsync the power of find.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.



More information about the rsync mailing list