samba-bugs at samba.org
2013-Dec-30 03:42 UTC
[Bug 10350] New: rsync does not remove temporary files if interrupted (e.g. ctrl-C)
https://bugzilla.samba.org/show_bug.cgi?id=10350 Summary: rsync does not remove temporary files if interrupted (e.g. ctrl-C) Product: rsync Version: 3.1.0 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: joe at wildlava.com QAContact: rsync-qa at samba.org Before 3.1.0, rsync removed any created temp files if interrupted by, e.g., ctrl-C. It does not in 3.1.0. Instead, the temp file is left in the destination directory. It remains even if another rsync is initiated (and if the new rsync is interrupted, another temp file is left). I could not find an applicable bug when searching, so please excuse this report if one already exists or if this has been fixed. Note I set OS to Linux/x86-64, since that is the only platform I tested. -- 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-Jan-19 22:35 UTC
[Bug 10350] rsync does not remove temporary files if interrupted (e.g. ctrl-C)
https://bugzilla.samba.org/show_bug.cgi?id=10350 Wayne Davison <wayned at samba.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Wayne Davison <wayned at samba.org> 2014-01-19 22:35:57 UTC --- Thanks for noticing -- I use --partial w/--partial-dir so much that I didn't notice that I broke this recently. It's fixed in git. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug.
Apparently Analagous Threads
- [Bug 10163] New: rsync -X is ineffective when setting owner/group
- DO NOT REPLY [Bug 7691] New: rsync remove-source-files and opened file
- [Bug 10372] New: rsync 3.10 error in protocol data stream while rsync 3.0.9 runs through
- [Bug 10532] New: Rsync fails with older version.
- [Bug 8565] New: rsync hangs when using --only-write-batch and --hard-links