Hardwark - 2006-03-08

Most likely me being daft but could someone elaborate on the IgnoreXX directives?

Should the paths given to IgnoreRemote be absolute or relative to DestDir (with ChdirAtConnection = True)?

And same goes for IgnoreRemoteFile.
Should I use complete pathnames or just the filenames?

Actual issue:

I'm running a wiki on a hosted site, and I want to be able to update and maintain the software (php files and configs) but not touch the data created at the site.

DestDir = /www.xxx.xx/wiki/
ChdirAtConnection = True
I want to ignore:
- /www.xxx.xx/wiki/data/ (entire dir and down)
- /www.xxx.xx/wiki/conf/users.dat
- /www.xxx.xx/wiki/conf/acl.dat

The doc and examples works, but they appear to assume that / is / which it isn't for me :/

// hdw