AW: Compare file/dir size

2010-07-28 Thread HACKER Nora
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

Re: Compare file/dir size

2010-07-23 Thread Jeff Pang
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

AW: Compare file/dir size

2010-07-23 Thread Thomas Bätzler
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

AW: Compare file/dir size

2010-07-22 Thread HACKER Nora
> 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

Re: Compare file/dir size

2010-07-20 Thread Rob Coops
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

Compare file/dir size

2010-07-20 Thread 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. I tried to accomplish that with Filesys::DiskUsage, but unfortunately the two dirs are always of different size because t