Displaying 1 result from an estimated 1 matches for "rand1m".
Did you mean:
rand1
2011 Sep 14
10
[Bug 8456] New: improve --link-dest bahaviour
...Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: toralf.foerster at gmx.de
QAContact: rsync-qa at samba.org
Considering the following sequence I'd expect after the last command that the
file /tmp/rsync_test/c/rand1M would have the inode number 909377 - instead it
is a new copy of an unchanged file :-(
$ rm -rf /tmp/rsync_test/
$ mkdir -p /tmp/rsync_test/{a,b,c}
$ dd if=/dev/urandom of=/tmp/rsync_test/a/rand1M bs=1024 count=1024 2>/dev/null
$ rsync --archive --itemize-changes /tmp/rs...