Re: What's wrong with my exclude rules?

2005-02-23 Thread Danny Sauer
On Wednesday 23 February 2005 03:03 pm, John Van Essen wrote: > On Wed, 23 Feb 2005, Eberhard Moenkeberg <[EMAIL PROTECTED]> wrote: > > On Wed, 23 Feb 2005, Danny Sauer wrote: > >> It's not the inclusion of '/' - I took that out, and it still tries to > >> sync /proc. Thoughts? > > > > Probably th

Re: What's wrong with my exclude rules?

2005-02-23 Thread John Van Essen
On Wed, 23 Feb 2005, Eberhard Moenkeberg <[EMAIL PROTECTED]> wrote: > On Wed, 23 Feb 2005, Danny Sauer wrote: >> On Wednesday 23 February 2005 12:08 pm, Danny Sauer wrote: > >>> None of the other excludes seem to be followed either - which is a >>> royal pain. Is it the order (or the --include /)

Re: What's wrong with my exclude rules?

2005-02-23 Thread Eberhard Moenkeberg
Hi, On Wed, 23 Feb 2005, Danny Sauer wrote: On Wednesday 23 February 2005 12:08 pm, Danny Sauer wrote: None of the other excludes seem to be followed either - which is a royal pain. Is it the order (or the --include /)? What's the precedence of --include and --exclude? ... It's not the inclusion

Re: What's wrong with my exclude rules?

2005-02-23 Thread Danny Sauer
On Wednesday 23 February 2005 12:08 pm, Danny Sauer wrote: ... > None of the other excludes seem to be followed either - which is a > royal pain. Is it the order (or the --include /)? What's the > precedence of --include and --exclude? > ... It's not the inclusion of '/' - I took that out, and

Re: What's wrong with my exclude rules?

2005-02-23 Thread John Van Essen
On Wed, 23 Feb 2005, Danny Sauer <[EMAIL PROTECTED]> wrote: > > So, given this (broken up for email - it's all one line in the > script): > > /usr/bin/rsync -q -a -e ssh -H --delete --delete-excluded > --ignore-errors --include "/" --exclude "/proc/*" > --exclude "/proc/bus/usb/*" --include "/bo

What's wrong with my exclude rules?

2005-02-23 Thread Danny Sauer
So, given this (broken up for email - it's all one line in the script): /usr/bin/rsync -q -a -e ssh -H --delete --delete-excluded --ignore-errors --include "/" --exclude "/proc/*" --exclude "/proc/bus/usb/*" --include "/boot/*" --exclude "/dev/pts/*" --exclude "/dev/shm/*" --exclude '/tmp/*'