On 09/19/2016 06:23 PM, Chris Murphy wrote:
> Drives A and B have many overlapping files but I want to find out what
> files don't exist on each.

you might consider;

  rsync -avh /brickA/ /brickB/
 then
  rsync -avh /brickB/ /brickA/

to dupe files on both drives.

read 'man rsync' for arguments '-a', '-v', '-h' and for the
'-c, --checksum' feature.

to find same file with different names, you will still need to run
'find' with '-exec md5sum', but only on 1 drive as both drives will
have same dupes of diff names.


-- 

peace out.

CentOS GNU/Linux 6.8

tc,hago.

g
.

=+=
Tired of having your microsoft os hacked?
Change to Linux os, used by microsoft hackers.
=+=
in a world with out fences, who needs gates.
=+=
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to