problem to exclude

John Van Essen vanes002 at umn.edu
Wed May 18 10:05:04 GMT 2005


On Wed, 18 May 2005, Rakotomandimby (R12y) Mihamina <mihamina.rakotomandimby at etu.univ-orleans.fr> wrote:
> - - - - - - - - - - -
> #!/bin/zsh
> [...snip stuff...]
> OPT=(--exclude-from="netbsd-selection.txt" -bavzWr --progress --delete)
> CMD=(rsync ${OPTS})
> $CMD rsync://rsync.fr.NetBSD.org/NetBSD/ ${LL}netbsd-ftp/
> - - - - - - - - - -

You have a typo there that explains why the excludes aren't working.
Insert an  echo $CMD  to see what command you are actually executing.
-- 
        John Van Essen  Univ of Minn. Alumnus  <vanes002 at umn.edu>



More information about the rsync mailing list