RE: How to copy 1,000,000,000 files efficiently

2001-05-04 Thread Nemholt, Jesper Frank
> -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

Re: How to copy 1,000,000,000 files efficiently

2001-05-04 Thread Fabien Penso
> 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!

How to copy 1,000,000,000 files efficiently

2001-05-04 Thread Matt Simonsen
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

Re: Synchronizing Live File Systems

2001-05-04 Thread Dave Dykstra
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

Re: Move with rsync (was Move with samba)

2001-05-04 Thread Dave Dykstra
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

Move with samba

2001-05-04 Thread Benoit Langevin
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 )