Re: diff or deduplicate two volumes with different folder structures

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 20 September 2016 at 10:33, Ahmad Samir <ahmadsamir3891@xxxxxxxxx> wrote:
> On 20 September 2016 at 01:23, Chris Murphy <lists@xxxxxxxxxxxxxxxxx> wrote:
>> Drives A and B have many overlapping files but I want to find out what
>> files don't exist on each. Thwarting this is directory structure
>> differs between the two drives, and I'm fairly certain some of the
>> file names differ on the two drives also.
>>
>> Therefore I need something hash based. I started with this:
>>
>>
>> $ find /brickA -type f -exec md5sum "{}" + > brickA.txt
>> $ find /brickB -type f -exec md5sum "{}" + > brickB.txt
>>
>
> Here's a crude way:
> $ find /brickA -type f -exec md5sum "{}" + | sort > brickA.txt
> $ find /brickB -type f -exec md5sum "{}" + | sort > brickB.txt
> $ diff -U 0 brickA.txt brickB.txt | sort -k 1.1,1.1 > A-B.diff
>
> Ignoring lines beginning with @@, +++ or --- , the lines beginning
> with - are in A but not B ... etc
>

Please disregard that, it won't work...

> [...]
>
> --
> Ahmad Samir



-- 
Ahmad Samir
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx



[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux