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
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
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
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
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
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
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
-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
># 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
-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
10 matches
Mail list logo