[Bug 1204538] New: rsync --delay-updates never updates after interruption
http://bugzilla.opensuse.org/show_bug.cgi?id=1204538 Bug ID: 1204538 Summary: rsync --delay-updates never updates after interruption Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.4 Hardware: x86-64 OS: openSUSE Leap 15.4 Status: NEW Severity: Major Priority: P5 - None Component: Other Assignee: screening-team-bugs@suse.de Reporter: bwiedemann@suse.com QA Contact: qa-bugs@suse.de Found By: Development Blocker: --- While working on the openSUSE mirror infra, I found that with rsync-3.2.3-150400.3.3.1.x86_64 rsync --delay-updates never updates files after interruption Steps to reproduce: #!/bin/sh rm -rf src dst mkdir -p src/ dst/.~tmp~ echo x > src/x echo x > dst/.~tmp~/x # simulate failed previous rsync o="-av --delay-updates" rsync $o src/ dst/ rsync $o src/ dst/ ls -l dst/ Actual result: every rsync call syncs x again and ls -l shows an empty dir And .~tmp~ is still there Expected result: rsync --delay-updates should move synced files from .~tmp~ after sync is done. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1204538 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High CC| |david.anes@suse.com Assignee|screening-team-bugs@suse.de |pmonrealgonzalez@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1204538 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pmonrealgonzalez@suse.com Assignee|pmonrealgonzalez@suse.com |david.anes@suse.com -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1204538 Christian Boltz <suse-beta@cboltz.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |suse-beta@cboltz.de -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com