DO NOT REPLY [Bug 5327] New: rsync hangs when using --remove-source-files with a bunch of files

samba-bugs at samba.org samba-bugs at samba.org
Sun Mar 16 08:59:48 GMT 2008


https://bugzilla.samba.org/show_bug.cgi?id=5327

           Summary: rsync hangs when using --remove-source-files with a
                    bunch of files
           Product: rsync
           Version: 3.0.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: vapier at gentoo.org
         QAContact: rsync-qa at samba.org


as reported by David Leverton in Gentoo bug 193243:

mkdir remove-src-files-tst
cd remove-src-files-tst
mkdir src dst
for i in `seq -w 0 99`; do touch src/$i; done
rsync --recursive --remove-source-files --dry-run --verbose src/ dst/

it gets up to 49 and then hangs

tested with rsync-2.6.9 and rsync-3.0.0 with same behavior


-- 
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.


More information about the rsync mailing list