Re: [CentOS] Directory compare

2008-06-22 Thread Les Mikesell
Walid wrote: 2008/6/23 Spiro Harvey, Knossos Networks Ltd <[EMAIL PROTECTED]>: I have 2 drive sets that are supposed to be identical [I use CentOS 5]: A: 1.6Tb B: 1.49Tb I need to find the differences, any suggestion? diff will do it. diff -q /dir-a/ /dir-b/ the -q will just tell you what

Re: [CentOS] Directory compare

2008-06-22 Thread Rob Townley
On Sun, Jun 22, 2008 at 11:47 PM, Spiro Harvey, Knossos Networks Ltd < [EMAIL PROTECTED]> wrote: > I would like to do the same among two, several boxes, that is take thier >> dir >> listing to a certain depth, and compare it for differences as an integrity >> check that they have the same installa

Re: [CentOS] Directory compare

2008-06-22 Thread Spiro Harvey, Knossos Networks Ltd
I would like to do the same among two, several boxes, that is take thier dir listing to a certain depth, and compare it for differences as an integrity check that they have the same installation files? then, maybe run a find to extract all filenames, then feed each one into sha1sum or md5sum to

Re: [CentOS] Directory compare

2008-06-22 Thread Walid
2008/6/23 Spiro Harvey, Knossos Networks Ltd <[EMAIL PROTECTED]>: > I have 2 drive sets that are supposed to be identical [I use CentOS 5]: >> A: 1.6Tb >> B: 1.49Tb >> I need to find the differences, any suggestion? >> > > diff will do it. > > diff -q /dir-a/ /dir-b/ > > the -q will just tell you

Re: [CentOS] Directory compare

2008-06-22 Thread Spiro Harvey, Knossos Networks Ltd
I have 2 drive sets that are supposed to be identical [I use CentOS 5]: A: 1.6Tb B: 1.49Tb I need to find the differences, any suggestion? diff will do it. diff -q /dir-a/ /dir-b/ the -q will just tell you what files are different, not what's different inside the files. -- Spiro Harvey

Re: [CentOS] Directory Compare

2008-05-15 Thread Simon Jolle sjolle
On 05/15/2008 08:51 PM, Joseph L. Casale wrote: > I need to verify some directories of backed up data versus restored > data. What would you recommend as the type of comparison to do, and > which tool would give the easiest/most usable output? You might look at mc (Norton Commander clone) Sorry f

Re: [CentOS] Directory Compare

2008-05-15 Thread Les Mikesell
Joseph L. Casale wrote: I need to verify some directories of backed up data versus restored data. What would you recommend as the type of comparison to do, and which tool would give the easiest/most usable output? Diff works if they are on the same machine. On different machines you can: rs

Re: [CentOS] Directory Compare

2008-05-15 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph L. Casale wrote: > diff? Yeah, that's what I am about to run. Just thought their might be > something it might miss in that scenario. Thanks for the confirmation! Oops, yeah diff not fiff. I need typing lessons today! Max - -- # find . "*i

RE: [CentOS] Directory Compare

2008-05-15 Thread Joseph L. Casale
># fiff /path/to/dir1 /path/to/dir2 > >Regards, >Max diff? Yeah, that's what I am about to run. Just thought their might be something it might miss in that scenario. Thanks for the confirmation! jlc ___ CentOS mailing list CentOS@centos.org http://lists

Re: [CentOS] Directory Compare

2008-05-15 Thread Max Hetrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph L. Casale wrote: > I need to verify some directories of backed up data versus restored data. > What would you recommend as the type of comparison to do, and which tool > would give the easiest/most usable output? # fiff /path/to/dir1 /path/t