samba-bugs@samba.org
2008-Jul-31 06:51 UTC
DO NOT REPLY [Bug 5654] New: Combination of --remove-sent-files, --partial, --partial-dir, --tmp-dir and --delay-updates can cause data loss
https://bugzilla.samba.org/show_bug.cgi?id=5654 Summary: Combination of --remove-sent-files, --partial, -- partial-dir, --tmp-dir and --delay-updates can cause data loss Product: rsync Version: 3.0.3 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: paul@barfoo.net QAContact: rsync-qa@samba.org Running the following: rsync -r --delay-updates --temp-dir=.tmp --partial-dir=.tmp/partial --partial --remove-sent-files "/tmp/rsync-sender/dir" "/tmp/rsync-receiver" will cause the files to be deleted from the sending side and not created on the receiving side. While running: rsync -r --delay-updates --temp-dir=.tmp --partial-dir=.partial --partial --remove-sent-files "/tmp/rsync-sender/dir" "/tmp/rsync-receiver" works as expected. -- 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
2008-Aug-02 02:06 UTC
DO NOT REPLY [Bug 5654] Combination of --remove-sent-files, --partial, --partial-dir, --tmp-dir and --delay-updates can cause data loss
https://bugzilla.samba.org/show_bug.cgi?id=5654 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #1 from wayned@samba.org 2008-08-01 21:06 CST ------- This is fixed in the git repository and will be included in 3.0.4pre2. Thanks for the report! -- 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.
Reasonably Related Threads
- DO NOT REPLY [Bug 5977] New: --delay-updates --partial-dir
- [Bug 3304] New: on --delay-updates remove .~tmp~ recursively
- Problem/Bug when syncing subdirectory structures with delay-updates and partial-dir
- DO NOT REPLY [Bug 4834] New: --inplace with --backup --backup-dir does not work
- [Bug 9670] New: missing substructure within partial-dir causes files to be lost or overwritten