> -Original Message-
> From: Matt Simonsen [mailto:[EMAIL PROTECTED]]
> Sent: viernes, 04 de mayo de 2001 23:26
> To: [EMAIL PROTECTED]
> Subject: How to copy 1,000,000,000 files efficiently
>
>
> Hello all-
>
> We are in the process of developing a system which will need
> to daily co
> Hello all-
[...]
> Thanks
> Matt
Looking at the subject I was going to run my Emacs/Gnus junk complain
function :-)) Sorry off topic, but still fun.
Cheers to the rsync devel team, I use that piece of software everyday!
Hello all-
We are in the process of developing a system which will need to daily copy
one million small (10k) files from one directory on one server to ten
others. Many of the files will not change.
Until now we have been using the "rsync -e ssh" approach, but as we have
started to add files (we
On Thu, May 03, 2001 at 11:17:45PM -0400, CLIFFORD ILKAY wrote:
> Hi,
>
> I need to synchronize /home on ProductionServer with /home on BackupServer
> periodically. ProductionServer has Samba and netatalk running on it and
> share files with a network of Windows and Mac OS users. The idea behin
On Fri, May 04, 2001 at 08:40:25AM -0400, Benoit Langevin wrote:
> Hi,
>
> I am new using rsync, and it got some advantage, but do you know if I do the
> equivalent of a move with rsync. I have a case where I need to delete the
> remote after retrieving it. ( I know it could be done be ftp get
Hi,
I am new using rsync, and it got some advantage, but do you know if I do the
equivalent of a move with rsync. I have a case where I need to delete the
remote after retrieving it. ( I know it could be done be ftp get and dele,
but since I am already using it to sync file )