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: Wrong mask? - Symfony2 syncron

This should work:
|/app/cache/;/app/logs/


Though this should work too:
|*/cache/
fchris82

Wrong mask? - Symfony2 syncron

First of all, I would like to say this is a great program, it's very effective.

I have a problem with the masks. ( The Symfony2 is a PHP framework. ) I would like to sync the /app and the /src directories except /app/cache and /app/logs ! The base formula:
app/;src/|app/cache/;app/logs/


But it is syncing the cache dir content also! I tried these:
*/cache/*

cache/
*/cache/


Nothing :( Does anybody have some idea what am I doing wrong?