Problem with --partial and rsync algorithm

2006-03-12 Thread Matias Surdi
Hi, I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* --exclude=/tmp/* --exclude=/stuff/distfiles/* --exclude=/stuff/sistema/*

Re: Problem with --partial and rsync algorithm

2006-03-12 Thread Matias Surdi
John Van Essen wrote: On Sun, 12 Mar 2006, Matias Surdi [EMAIL PROTECTED] wrote: I'm running the following command for a remote host backup: /usr/local/bin/rsync -a --delete --delete-excluded -v --timeout=120 -z --no-whole-file -partial --partial-dir .rsync-partial --exclude=/sys/* [ snip

Crazy excludes

2006-02-28 Thread Matias Surdi
I'm stuck!!! Look this command line log: -bash-2.05b# pwd /usr/backups -bash-2.05b# ls .backup.gaia.sh.swp backup.gaia.sh -- #NEXT COMMAND IS ENTERED BY HAND IN THE SHELL ---

Re: Crazy excludes

2006-02-28 Thread Matias Surdi
Wayne Davison escribió: On Tue, Feb 28, 2006 at 12:54:53PM +0100, Matias Surdi wrote: #NEXT COMMAND, IS JUST AN ECHO OF THE COMMAND THAT WILL BE RUN IN NEXT STEP. - rsync -a -v --delete --timeout 120

Why this doesn't work??

2006-02-25 Thread Matias Surdi
Hi. I can't get to work the excludes in this command: rsync -n -a -v --delete --timeout 120 --exclude '/sys/' --exclude '/tmp/' --exclude '/stuff/' --exclude '/mnt/' --exclude '/proc/' --exclude '/var/tmp/' --exclude '/usr/portage/distfiles/' --exclude '/home/msurdi/.thumbnails/' gaia:/

Re: Why this doesn't work??

2006-02-25 Thread Matias Surdi
Matt McCutchen escribió: On Fri, 2006-02-24 at 23:52 +0100, Matias Surdi wrote: rsync -n -a -v --delete --timeout 120 --exclude '/sys/' --exclude '/tmp/' --exclude '/stuff/' --exclude '/mnt/' --exclude '/proc/' --exclude '/var/tmp/' --exclude '/usr/portage/distfiles/' --exclude '/home/msurdi

Re: Why this doesn't work??

2006-02-25 Thread Matias Surdi
Wayne Davison escribió: On Sun, Feb 26, 2006 at 12:49:41AM +0100, Matias Surdi wrote: I mean, exclude /proc/* but in the destination location have an empty /proc dir. Your question contains the answer: --exclude='/proc/*' ..wayne.. So, the complete answer is that I can use in the same