AW: rsync and many files

2011-06-07 Thread Cliff Simon
ystems with the noatime and nodiratime options. This will prevent every stat() call from also writing to the filesystem which can be a huge performance benefit. noatime was already active. nodiratime was added now. Best regards Cliff > -Ursprüngliche Nachricht- > Von: Kevin Korb

AW: rsync and many files

2011-06-06 Thread Cliff Simon
Hi Paul, Thank you for your reply! Hm...I´m using 3.0.3 at the Dest-Server, but now I saw that the Source-Server has 2.6.9 Do I have to enable incremental recursion and from which version is incremental supported? Cliff Simon > -Ursprüngliche Nachricht- > Von: Paul Sl

rsync and many files

2011-06-06 Thread Cliff Simon
--exclude=/some/pathes/ --rsh=/usr/bin/ssh --link-dest=/dest.path/daily.1/ root@192.x.x.x:/path.to.backup/ Do you have an idea to reduce the backup time? Btw: The bwlimit should not be the problem, because generating the filelist is the most time. Thank you very much! Cliff Simon -- Please use

Extracting md4 hash info from rsycn

2007-08-31 Thread Cliff
; happy Friday! -cliff -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

LET US WORKTOGETHER

2003-06-06 Thread Cliff Mon.
remuneration for your participation in the transaction, and also let you know how we hope to acheive this objective. Send your fax and telephone number to enable me reach you immediately. Yours faithfully, Cliff Mon. NB: Contact by email on : [EMAIL PROTECTED] -- To unsubscribe or change options

Re: Is there anyway to fix large file support?

2002-08-08 Thread Cliff Hemming
Try the following: $ rsh n4000.premdor.com uname -a Check to see if the remote size shows file(blocks) is >2GB $ dd if=/dev/zero bs=1048576 count=2560 | rsh n4000.premdor.com dd of=/premdor/gigo.test This should create a 2.5GB file on the far end. As a security note, you might look into ssh

Re: Large File Support on AIX 4.3.3

2002-08-02 Thread Cliff Hemming
I've been having other issues with rsync under AIX. I'll post them later after I finish testing. The flags your looking for (got them from perl 5.6.1 and it worked with proftpd) are: -qlonglong -D_LARGE_FILES How it helps. -Cliff -- To unsubscribe or change options: http://lists