samba-bugs at samba.org
2014-Jul-01 03:17 UTC
[Bug 10681] New: Add an option to delete non-existent files in --files-from
https://bugzilla.samba.org/show_bug.cgi?id=10681 Summary: Add an option to delete non-existent files in --files-from Product: rsync Version: 3.0.9 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: darius at dons.net.au QAContact: rsync-qa at samba.org I have a script which monitors file system events and then calls rsync using --files-from, however that does not handle the case where those files do not exist so I currently have a separate job which culls files have been deleted. It would be nicer if rsync read a file explicitly mentioned in --files-from that does not exist as one which needs deletion on the destination. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
samba-bugs at samba.org
2014-Jul-01 03:20 UTC
[Bug 10681] Add an option to delete non-existent files in --files-from
https://bugzilla.samba.org/show_bug.cgi?id=10681 --- Comment #1 from Kevin Korb <rsync at sanitarium.net> 2014-07-01 03:20:27 UTC --- Upgrade your rsync and use --delete-missing-args -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
samba-bugs at samba.org
2014-Jul-01 04:02 UTC
[Bug 10681] Add an option to delete non-existent files in --files-from
https://bugzilla.samba.org/show_bug.cgi?id=10681 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Wayne Davison <wayned at samba.org> 2014-07-01 04:02:43 UTC --- As mentioned, this is already implemented. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
samba-bugs at samba.org
2014-Jul-01 04:49 UTC
[Bug 10681] Add an option to delete non-existent files in --files-from
https://bugzilla.samba.org/show_bug.cgi?id=10681 --- Comment #3 from Daniel O'Connor <darius at dons.net.au> 2014-07-01 04:49:03 UTC --- Hah thanks, I thought I had the latest but apparently not. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
samba-bugs at samba.org
2014-Jul-02 09:48 UTC
[Bug 10681] Add an option to delete non-existent files in --files-from
https://bugzilla.samba.org/show_bug.cgi?id=10681 --- Comment #4 from Dmitry Yu Okunev <xaionaro at gmail.com> 2014-07-02 09:48:25 UTC --- Hello. (In reply to comment #0)> I have a script which monitors file system events and then calls rsync using > --files-from, however that does not handle the case where those files do not > exist so I currently have a separate job which culls files have been deleted. > > It would be nicer if rsync read a file explicitly mentioned in --files-from > that does not exist as one which needs deletion on the destination.I wrote a similar utility. And it uses "--include-from" instead of "--files-from". -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.