On Wed, Feb 15, 2012 at 5:36 AM, Marco Shaw <marco.s...@gmail.com> wrote:
> Is there a util (or script) that will help me easily compare two
> directories from two different servers?
>
> For example, I need something to crawl /home on serverA, gather all
> the file names and sizes, and be able to somehow export this to be
> able to use this to compare against /home on serverB.

If you can nfs export both file systems, you can just use diff.  Use the -r
option if you want it to recurse.  You should get output something like:

Only in /net/sixgun/tmp: hsperfdata_coffman
Only in /net/sixgun/tmp: inst_libreoffice

>
> Marco
>
> _______________________________________________
> rhelv5-list mailing list
> rhelv5-list@redhat.com
> https://www.redhat.com/mailman/listinfo/rhelv5-list



-- 
-MichaelC

_______________________________________________
rhelv5-list mailing list
rhelv5-list@redhat.com
https://www.redhat.com/mailman/listinfo/rhelv5-list

Reply via email to