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: How do I use an exclude mask

You need to separate the masks by semicolon, see an example in help.
A

Re: How do I use an exclude mask

martin wrote:

option exclude <mask>


this does not work correctly when using multiple options.

Egzample:

I have a listing of files including dirs. I want to download everything except two dirs names 'dist' and 'build' wherever they were in a directory tree. So I set two options:

option exclude */dist/
option exclude */build/

the get command wont exclude the directories when using those two options.

On the other hand at most one of these options work and only when these is the only one. In other words, the combination of multiple exclude options (I gues inclusions too) won't work either way.

Can this be verified or fixed?
martin

Re: How do I use an exclude mask

option exclude <mask>
Guest

How do I use an exclude mask

Hi

Could someone show me how to use an exclude mask when doing a synchorize from the command line?

I tried synchronise local C:\test /local/test -exclude *.exe and it doesn't work..

thanks