Re: exclude is ignored

Joe Orton <[email protected]> Fri, 20 Aug 2010 14:56:34 +0100
Newsgroups gmane.comp.web.sitecopy
Message-ID <[email protected]>
On Fri, Aug 20, 2010 at 03:27:50PM +0200, Jean Luc PAUL wrote:
> site stpl
>         server ftp.xxxxxxxx.com
>         remote /www/backup
>         local /home
>         username xxxxx
>         password xxxxx
>         nodelete
>         exclude /home/.gftp/cache

The paths to exclude et al should be relative to the site root.  So use

          exclude /.gftp/cache

etc

Regards, Joe