Re: Possibility to porting Rsync to NT and other platforms

2009-06-12 Thread Leen Besselink
Jamie Lokier wrote: > There is actually a threaded-rsync patch, at least in rsync-2.6.7. > (I haven't checked if rsync-3.x has a threaded patch). > > I use it every day on uClinux, where fork() is not possible. (The Ahh, I didn't know that or checked that (yet). > Threads are also needed on VM

--compare-dest= dir list ?

2009-06-12 Thread Pierre-Vincent Ledoux
Hi, I would like to compare a backup dir with a directory list in --compare-dest= but I don't know how to specify this list. If a have only one dir it's ok, but if I have 2 or more dir I have an error ? Here is my script: #!/bin/bash SSH_USER= SSH_HOST= TOBCK=/ EXCLUDES=/root/bckscript/ns2

Re: --compare-dest= dir list ?

2009-06-12 Thread Paul Slootman
On Fri 12 Jun 2009, Pierre-Vincent Ledoux wrote: > for i in $LIST; do >COMPAREDIR="$COMPAREDIR/mnt/bckhd01/ns200176.ovh.net/$i " > done > > OPTS="--verbose --progress --archive --hard-links --ignore-errors > --delete-excluded --exclude-from=$EXCLUDES --delete --force > --backup-dir=$BA

Re: --compare-dest= dir list ?

2009-06-12 Thread Pierre-Vincent Ledoux
It seems working, thanks for your help ! regards, Pv Paul Slootman wrote: On Fri 12 Jun 2009, Pierre-Vincent Ledoux wrote: for i in $LIST; do COMPAREDIR="$COMPAREDIR/mnt/bckhd01/ns200176.ovh.net/$i " done OPTS="--verbose --progress --archive --hard-links --ignore-errors --delet