Re: Need ideas for project

2008-02-12 Thread Bob Bagwill
c, but no > work has been done on superlifter for a few years. FWIW, the BEEP peer-to-peer protocol [http://www.beepcore.org/] might be a good foundation for an rsyncNG. -- Bob Bagwill -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: h

Re: rsync mechanics question

2007-05-10 Thread Bob Bagwill
On Wed, 09 May 2007 15:18:38 -0400, Tom Riley <[EMAIL PROTECTED]> wrote: > At present time, the destination volume is 2.5 times the size of the > original volume. Have you tried the --sparse option? -- Bob Bagwill -- To unsubscribe or change options: https://lists.samba.org/mail

Re: Max number of files to transfer

2006-07-06 Thread Bob Bagwill
mkdir /tmp/mystuff.rsync # cd /mystuff && find . -print | ( cd /tmp/mystuff.rsync && split -l 50 - ) # for i in /tmp/mystuff.rsync/* # do # rsync -a --files-from=$i /mystuff/ remote:/mystuff/ # done # rm -r /tmp/mystuff.rsync -- Bob Bagwill -- To unsubscribe or change optio

Re: Rsync Quick Reference sheet

2004-11-18 Thread Bob Bagwill
On Thu, 18 Nov 2004 10:41:14 +, Reuben Pearse <[EMAIL PROTECTED]> wrote: Does anyone know of an rsync quick reference sheet? When you finish writing it, please send me a copy. :-) -- Bob Bagwill -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync

rsync enhancement - check destination before creating file list?

2003-11-06 Thread Bob Bagwill
Wouldn't it make sense for rsync to check for the existence of the destination directory before creating the file list? It's a waste to stat(2) thousands of files only to abort because the destination doesn't exist. -- Bob Bagwill <mailto:[EMAIL PROTECTED]> -- To

add specify network interface option?

2003-11-03 Thread Bob Bagwill
that doesn't make it convenient to change the default interface, and doesn't load-balance over adapters. Does anyone else think that it would be a useful addition to rsync too? Thanks. -- Bob Bagwill <mailto:[EMAIL PROTECTED]> -- To unsubscribe or change options: http://lists.sam

prevent simultaneous copies?

2003-09-05 Thread Bob Bagwill
people try to push stuff out, not knowing the file is already being copied, and disk space and bandwidth is temporarily wasted. If they are copying big files to a small filesystem, there's a danger that the two big temp files may fill up the filesystem, preventing either from completing. -

Re: Improving the rsync protocol (RE: Rsync dies)

2002-05-22 Thread Bob Bagwill
c rsync'ing of a few hundred little files, and the carefully planned rsync'ing of a hundred thousand files containing gigabytes of data. -- Bob Bagwill <mailto:[EMAIL PROTECTED]> -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html

httpd-style logging wanted and verbose changes

2000-10-24 Thread Bob Bagwill
Hi, I'd like to be able to create log files that look a lot likehttp://www.apache.org/docs/mod/mod_log_config.html#formats Does anyone else think it's a good idea? I would like the logging to work the same whether rsync is invoked normally or as a daemon. I would also like a