samba-bugs@samba.org
2005-Feb-01 19:00 UTC
[Bug 2294] New: Detect renamed files and handle by renaming instead of delete/re-send
https://bugzilla.samba.org/show_bug.cgi?id=2294 Summary: Detect renamed files and handle by renaming instead of delete/re-send Product: rsync Version: 2.6.3 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: mlw@infomg.com QAContact: rsync-qa@samba.org CC: mlw@infomg.com It would be nice if rsync could detect identical files with differing names and just copy/rename the files instead of sending the data all over again. As I understand it, rsync creates a single long array listing of the filenames and associated hashes. If it's possible to index on the hashes, cross-checked with file size, this should be fairly straight-forward, requiring no major redesign to implement. The enhancement is easily motivated if you think about what happens when rsync is used to keep two large servers in sync, and a maintainer renames a top-level directory on the source machine. -- 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.
Seemingly Similar Threads
- [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
- [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