Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: synchronize -delete doesn't work

What does it do?

Also note that multiple exclude commands do not work. You have to assemble all the masks into one.
Giselle

synchronize -delete doesn't work

I'm trying to synchronize local and remote dirs with the delete option, but it doesn't work.

My script:

option confirm off

option transfer automatic 
open user:pass@host/home/user/work/mywork/
option exclude ".svn; *.svn*; *\.svn\*"
option exclude *.svn.*
option exclude *.svn
option exclude *.htaccess
option exclude *.*-base
synchronize local C:\work\workspace\myproject\ /home/user/work/mywork/
close
exit