Displaying 1 result from an estimated 1 matches for "ookypooky".
2012 Jun 08
3
[Bug 8990] New: --append-verify doesn't spot file differences, even with --checksum
...with --checksum
Product: rsync
Version: 3.0.9
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: core
AssignedTo: wayned at samba.org
ReportedBy: samba-bugzilla at ookypooky.com
QAContact: rsync-qa at samba.org
Example:
$ echo "hello" > test1.txt
$ echo "world" > test2.txt
$ rsync --append test1.txt test2.txt
$ diff test1.txt test2.txt
--- test1.txt 2012-06-08 10:23:31.059215000 +0100
+++ test2.txt 2012-06-08 10:23:36.891225...