Re: always copy the whole file?

2003-08-03 Thread jw schultz
On Sun, Aug 03, 2003 at 08:20:24PM -0700, jw schultz wrote: > On Mon, Aug 04, 2003 at 10:55:55AM +0800, AndyWu wrote: > > Here's how it works in my 2 computers. > > > > First, on auk2 > > # rsync -a auk1::pub/linux.iso . > > It takes about 4 minutes. Everything is fine. > > > > However, after doi

Re: always copy the whole file?

2003-08-03 Thread jw schultz
On Mon, Aug 04, 2003 at 10:55:55AM +0800, AndyWu wrote: > Here's how it works in my 2 computers. > > First, on auk2 > # rsync -a auk1::pub/linux.iso . > It takes about 4 minutes. Everything is fine. > > However, after doing this on auk1, > # echo "hello" >> /pub/linux.iso > > Then, on auk2 > # r

Re: [librsync-devel] Re: state of the rsync nation?(revisited 6/2003 from 11/2000)

2003-08-03 Thread Donovan Baarda
On Mon, 2003-08-04 at 11:05, Martin Langhoff wrote: > Donovan Baarda wrote: > > > For the record, librsync version 0.9.6 is _almost_ ready in CVS. A bug > > > >has been detected but not isolated yet for large files (2G+). If it's > >not squashed soon I'm tempted to release anyway with a KNOWN_BUGS

always copy the whole file?

2003-08-03 Thread AndyWu
Here's how it works in my 2 computers. First, on auk2 # rsync -a auk1::pub/linux.iso . It takes about 4 minutes. Everything is fine. However, after doing this on auk1, # echo "hello" >> /pub/linux.iso Then, on auk2 # rsync -a auk1::pub/linux.iso . The execution time of the first command is stil

perlrsync (was plain source -> encrypted destination: rsync + gpg)

2003-08-03 Thread Martin Langhoff
Hi, I have achieved a reasonable preprocessing of files before pushing them to the remote server (for instance, compressing or encrypting the files) using perlrsync (in the source) and rsync (destination). I tried patching the rsync sources, but it's obviously non-trivial and I am obviously no

Re: help

2003-08-03 Thread jw schultz
On Thu, Jul 31, 2003 at 05:39:08PM +, A V wrote: > I know this doubt is really stupid but could anyone let me know how to > start the rsync server when working with two systems? > Thank you. Setting up an rsync daemon is not a simple operation nor should it be done without full understanding

Re: [librsync-devel] Re: state of the rsync nation?(revisited 6/2003 from 11/2000)

2003-08-03 Thread Martin Langhoff
Donovan Baarda wrote: For the record, librsync version 0.9.6 is _almost_ ready in CVS. A bug has been detected but not isolated yet for large files (2G+). If it's not squashed soon I'm tempted to release anyway with a KNOWN_BUGS that reports this. Donovan, I am just looking around for hints o

Re: Include-from ?

2003-08-03 Thread jw schultz
On Sun, Aug 03, 2003 at 08:14:39AM -0500, Max Kipness wrote: > Thanks for the info. I actually did not specify my configuration right > so that it is where I was going wrong. However, I'm still not able to > only rsync /Test2. > > My root directory is: > > /Rootdir > > And then subdirectories of

help

2003-08-03 Thread A V
I know this doubt is really stupid but could anyone let me know how to start the rsync server when working with two systems? Thank you. _ Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=feature

Re: [librsync-devel] Re: state of the rsync nation? (revisited6/2003 from 11/2000)

2003-08-03 Thread Donovan Baarda
G'day, On Sun, 2003-06-08 at 20:26, Martin Pool wrote: [...] Wow... that only just reached me on 2 Aug... nearly a month in delivery. > > For the future I can see continued support of the exising rsync code. I > > would also like to see librsync adopt vcdiff as it's delta format, and > > get a

RE: Include-from ?

2003-08-03 Thread Max Kipness
There is more to it than that. I'm working on a perl script that backs up many hosts and I wan't to be able to only modify the include/exclude file for each host. The rsync commands run though a look for each host. Thanks, Max > -Original Message- > From: Johannes Liedtke [mailto:[EMAIL P

Re: Include-from ?

2003-08-03 Thread Johannes Liedtke
On Sunday 03 August 2003 15:14, Max Kipness wrote: > Thanks for the info. I actually did not specify my configuration right > so that it is where I was going wrong. However, I'm still not able to > only rsync /Test2. > > My root directory is: > > /Rootdir > > And then subdirectories of /Rootdir are

RE: Include-from ?

2003-08-03 Thread Max Kipness
Thanks for the info. I actually did not specify my configuration right so that it is where I was going wrong. However, I'm still not able to only rsync /Test2. My root directory is: /Rootdir And then subdirectories of /Rootdir are: /Test1 /Test2 /Test3 To get only /Test2, I tried the following

Re: Include-from ?

2003-08-03 Thread jw schultz
On Sun, Aug 03, 2003 at 01:35:22AM -0500, Max Kipness wrote: > Hello - > > I just finished doing a search of the archives and couldn't seem to get > this answered. > > Example, I have a root directory containing the following directories: > > /Test1 > /Test2 > /Test3 > > I want to rsync only /T