Thanks for the hint, Jeff - rsync is perfect for my purpose, works great :-)
Regards,
Nora
> -Ursprüngliche Nachricht-
> Von: Jeff Pang [mailto:pa...@arcor.de]
> Gesendet: Freitag, 23. Juli 2010 09:40
> An: HACKER Nora
> Cc: beginners@perl.org
> Betreff: Re: Com
2010/7/20 HACKER Nora :
> Hi,
>
> My aim is to compare two directories on different servers, whereas one
> is the FTP'ed "copy" of the other, by checking whether both directories
> are of exactly the same size.
Download the source of "rsync" and check them to see how it works for
your purpose.
R
HACKER Nora wrote:
> Thanks for your input. Since both directories reside on different
> servers I would need a solution suitable for rexec. I have already
> thought about something like what you suggested, but then I discarded
> this idea because in my opinion a rexec for each file to get the sta
> Von: Rob Coops [mailto:rco...@gmail.com]
> Gesendet: Dienstag, 20. Juli 2010 14:02
> An: beginners@perl.org
> Betreff: Re: Compare file/dir size
>
> On Tue, Jul 20, 2010 at 1:51 PM, HACKER Nora
> wrote:
>
> > Hi,
> >
> > My aim is to compare two directories on
On Tue, Jul 20, 2010 at 1:51 PM, HACKER Nora wrote:
> Hi,
>
> My aim is to compare two directories on different servers, whereas one
> is the FTP'ed "copy" of the other, by checking whether both directories
> are of exactly the same size. I tried to accomplish that with
> Filesys::DiskUsage, but
Hi,
My aim is to compare two directories on different servers, whereas one
is the FTP'ed "copy" of the other, by checking whether both directories
are of exactly the same size. I tried to accomplish that with
Filesys::DiskUsage, but unfortunately the two dirs are always of
different size because t