search for: corrution

Displaying 2 results from an estimated 2 matches for "corrution".

Did you mean: corruption
2006 Jan 18
1
Corrupted MAC on input errors on large SCP to a DomU
I have seen this occur a number of times when performing very large transfers from a desktop to/from a DomU Current configuration Dom0 - Debian 3.1 + Xen 2.0.7 DomU - RHEL4 U2 - TLS is still enabled. All networking is 100Mb Full duplex, and there are no network errors on any of the domain. Using plain vanilla bridge mode networking but using a random MAC address rather than a fixed MAC.
2009 May 22
4
Does rsync detect file corruption?
Hello, Suppose that every day cron runs this: rsync -a --times --delete $HOME /my/backups/dir/latest In general, rsync will only update a file if it has been modified. Now, imagine that one of the files becomes corrupted in the backup directory, but the timestamp hasn't changed. Will rsync detect this? I am using rsync in a backup solution which could be summarized to: cd