Displaying 1 result from an estimated 1 matches for "cetim".
Did you mean:
ceti
2011 Nov 02
2
[Bug 8565] New: rsync hangs when using --only-write-batch and --hard-links
...--hard-links
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: samba-bugzilla at cetim.ch
QAContact: rsync-qa at samba.org
rsync (sometimes) hangs when trying to build a batch file containing hardlinked
files.
Here's a way to reproduce the problem:
mkdir new; cd new; mkdir a; mkdir a/b; mkdir c; touch a/b/1; ln a/b/1 c/2; cd
..; rsync --only-write-batch=batch_file -a...