Displaying 2 results from an estimated 2 matches for "brian_lindholm".
DO NOT REPLY [Bug 5407] New: hlink.c:480: finish_hard_link: Assertion `flist != ((void *)0)' failed.
2008 Apr 22
4
DO NOT REPLY [Bug 5407] New: hlink.c:480: finish_hard_link: Assertion `flist != ((void *)0)' failed.
...((void *)0)' failed.
Product: rsync
Version: 3.0.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: major
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: brian_lindholm@users.sourceforge.net
QAContact: rsync-qa@samba.org
Running command-line as follows:
rsync --stats --modify-window=30 --links --hard-links --verbose --times -P -p \
--recursive --delete --exclude="known_hosts" --exclude=".Xauthority" \
--exclude=".ssh"...
2008 Jul 04
1
Force delta transfers on rsync?
Is there a way to force rsync to perform delta-transfers even on local
drive-to-drive copies?
The reason I ask is that I've started using a USB flash drive as a
medium for "poor man's off-site backup". Rsync does a beautiful job on
avoiding overwrites of unchanged files, but it would be even better if
it only rewrote the portions of large files that had actually changed