samba-bugs@samba.org
2007-Jul-11 14:49 UTC
DO NOT REPLY [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send
https://bugzilla.samba.org/show_bug.cgi?id=2294
boris@folgmann.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |boris@folgmann.de
------- Comment #6 from boris@folgmann.de 2007-07-11 09:50 CST -------
I'm using rsync 2.6.9 to archive rotated log files to another machine, like
Bill wrote. I tried
rsync -avzh --partial --fuzzy src dest
and
rsync -avzh --partial --delete --fuzzy --delete-after src dest
but both calls always copy all renamed/rotated log files. And of course the
files are still in the same directory after being rotated! The logs are very
large (several gigs) so it takes too long to be a valuable solution.
Is the patch not included in 2.6.9 or did I miss something?
Add-on question: does rsync switch off -z for .gz files in the affected
directory? I think that would be a good idea.
--
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.
Maybe Matching Threads
- [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send
- DO NOT REPLY [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send
- DO NOT REPLY [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send
- [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send
- [Bug 2294] Detect renamed files and handle by renaming instead of delete/re-send
