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

fusi

Tnx! It works!
martin

Re: Synchronization excluding folders/subfolders

The site/cache/; site/sessions/ won't work.
Depending on your preferences, use one of these:

/full/path/site/cache/; /full/path/site/sessions/
*/site/cache/; */site/sessions/
./site/cache/; ./site/sessions/

The last one works, if the path is relative to the root of the synchronization.
See https://winscp.net/eng/docs/file_mask#path

If none of this helps, please post session log file.
fusi

Synchronization excluding folders/subfolders

Hello,

I want to exclude some dirs from synchronization so I put this in the mask:
| media/; kirby/; site/cache/; site/sessions/; .git/

which are the folders names.

But I see the program scanning through these folders and their subfolders which takes a long time. Is there something wrong with my exclusions or is this normal that he scans all dirs Everytime? Tnx and regards, fusi.