samba-bugs@samba.org
2005-Mar-12 23:42 UTC
[Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
https://bugzilla.samba.org/show_bug.cgi?id=2423 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From wayned@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.
samba-bugs@samba.org
2005-Mar-13 00:41 UTC
[Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
https://bugzilla.samba.org/show_bug.cgi?id=2423 ------- Additional Comments From hackeron@gmail.com 2005-03-12 17:37 ------- Actually, that cant work. I dont have the filenames I need to rsync. I'm rsyncing from client, not from server. The destination is '.' not 'host:/dest/' -- 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
2005-Mar-13 00:41 UTC
[Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
https://bugzilla.samba.org/show_bug.cgi?id=2423 ------- Additional Comments From hackeron@gmail.com 2005-03-12 17:31 ------- Thanks for that. Havent tested yet, but if it works I suppose that will do for now. Would still like to see this in rsync, but I guess its not a priority. Thanks again! -- 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
2005-Mar-13 01:03 UTC
[Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
https://bugzilla.samba.org/show_bug.cgi?id=2423 ------- Additional Comments From hackeron@gmail.com 2005-03-12 17:42 ------- Oh, and especially since the sql file is commulative until it reaches 100Mb, I then have to rsync it from client to server, then sync back to client. Thats no good. -- 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.
Possibly Parallel Threads
- DO NOT REPLY [Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
- [Bug 2423] New: Feature Request: Ability to transfer files newer than date or file. (--newer switch).
- DO NOT REPLY [Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
- [Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).
- [Bug 2423] Feature Request: Ability to transfer files newer than date or file. (--newer switch).