synchronize with include isn't working at all
i'd like to backup my server. i tried to use the synchronize function for this, but this isn't working at all. everytime it tells me "nothing to synchronize". What's wrong with the script?
[code]
open username@example.com
option transfer automatic
option include "/backup;/srv/www/confixx/html/webalizer;/srv/www/web*/log;"
synchronize local "D:\Backup" "/"
close
exit
[/code]
Regards
Marc