Re: Does there exist an utility to compare 2 files on 2 servers without downloading those?
- From: David Schwartz <davids@xxxxxxxxxxxxx>
- Date: Mon, 18 May 2009 10:06:02 -0700 (PDT)
On May 18, 7:15 am, Joe Pfeiffer <pfeif...@xxxxxxxxxxx> wrote:
Jan Panteltje <pNaonStpealm...@xxxxxxxxx> writes:
I wanted to know if a large file on one server was corrupted,
by comparing it to the backup server.
Now diffhttp://IP1/file.tgzhttp://IP2/file.tgz
does not work ....
When I've had to do something like this, I've taken an md5sum on both
machines.
Me too. But a tool to do an intelligent comparison over an ssh-type
connection could be kind of handy.
You can do a secure hash first, and if they match exactly, you're
done. If they don't, you can compare the sizes, check if they're
obviously binary or appear to be text, and give a meaningful human-
understandable description of the difference(s).
DS
.
- Follow-Ups:
- References:
- Prev by Date: Re: Does there exist an utility to compare 2 files on 2 servers without downloading those?
- Next by Date: Re: Does there exist an utility to compare 2 files on 2 servers without downloading those?
- Previous by thread: Re: Does there exist an utility to compare 2 files on 2 servers without downloading those?
- Next by thread: Re: Does there exist an utility to compare 2 files on 2 servers without downloading those?
- Index(es):
Relevant Pages
|