Displaying 1 result from an estimated 1 matches for "cdc47d670159eef60916ca03a9d4a007".
2010 Sep 24
1
recent discussion regarding 'checksums'
...s of a file to copy. Something like that.
Anyways, it just so happens that I have a number of
files here that rsync completely fails to update...
l -isT */* ; md5 -r */* ; sha1 -r */*
117969 9 -rw-r--r-- 1 a a 6144 Sep 21 03:05:37 2010 1/a
117970 9 -rw-r--r-- 1 a a 6144 Sep 21 03:05:37 2010 2/a
cdc47d670159eef60916ca03a9d4a007 1/a
cdc47d670159eef60916ca03a9d4a007 2/a
84d0d03198b3952b7648d9ac468684fc42771a58 1/a
fa90bd7b1205c4dd452769f73e69108233726462 2/a
rsync -Haxi --delete ./1/ ./2/
[silence, proper]
rsync -Haxic --delete ./1/ ./2/
[silence, whoops! caveat rtfm about md5, sha1 would have caught this]
So in short,...