rsync 2.6 : syncing multiple modules at the same time ?

2004-02-27 Thread wim delvaux
Hi all, PLEASE reply also directly to me ... I am not subscribed to the list can you run rsync client in such a way that it syncs multiple rsyncd.conf configured modules in on go ? I.e. something like rsync rsync://host/mod1 rsync:/host/mod2 SomeDestination Perhaps using files ? Suggestions

rsyncing files in flash

2003-02-25 Thread wim delvaux
HI all, I wonder how rsync works when files-to-be-updated are in flash (e.g. on IPAQ) Ideally rsync should write to the flash as little as possible (because of max reflash count) SO ideally the following should happen If file needs to be updated, the new file is created. Then the old file is de

Re: exclude hell !!!!!

2003-01-21 Thread wim delvaux
On Wednesday 22 January 2003 03:37, Dave Dykstra wrote: > On Wed, Jan 22, 2003 at 02:49:03AM +0100, wim delvaux wrote: > > WHY OH WHY does rsync SEND and CREATE a file called RepositoryPath > > ALTHOUGH the rsync is called like > > > > rsync "--exclude=*.bup Reposit

exclude hell !!!!!

2003-01-21 Thread wim delvaux
WHY OH WHY does rsync SEND and CREATE a file called RepositoryPath ALTHOUGH the rsync is called like rsync "--exclude=*.bup RepositoryPath" ... can ANYBODY explain. ALSO when you specify an exclude list on the server in the rsyncd.conf file and you call rsync with the --delete option WHY DO TH

Re: filelist calculation algoritm

2003-01-04 Thread wim delvaux
On Saturday 04 January 2003 19:49, Aaron Morris wrote: > You did not specifically mention it: compression (-z) would probably > help more than anything. Otherwise, you could do something like: I thought it was on by default ? > > Have a file (ie filelist.txt) that contains the filename

filelist calculation algoritm

2003-01-04 Thread wim delvaux
HI all, efficiency question for VERY low bandwith networks Suppose I know the list of files that are changed What is the most efficient way to make rsync sync this list. Currently I use --include-from --exclude to generate a 'filelist' but I suspect that client and/or server exchange the list o