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
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
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
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
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
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
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.
-
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
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