[Bug 2423] Feature Request: Ability to transfer files newer than
date or file. (--newer switch).
samba-bugs at samba.org
samba-bugs at samba.org
Sat Mar 12 23:35:27 GMT 2005
https://bugzilla.samba.org/show_bug.cgi?id=2423
wayned at samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wayned at samba.org 2005-03-12 16:35 -------
I'd suggest using a combination of "find" and the --files-from option to rsync:
find . -newer changelog-200503-02.sql | rsync -av --files-from=- . host:/dest/
or
find /src -mtime -1 | rsync -av --files-from=- / host:/dest/
Unfortunately, that only works (easily) with a push, which is rather annoying.
Even so, I'm currently doubtful that I'll include this, but I'll leave it open
for now as a future feature request.
--
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.
More information about the rsync
mailing list