synchronize per CLI: excluded folders are synchronized anyway
Hi,
this is my actual command:
Basically I just want to mirror the folder
The Problem:
For example I want to exclude the
This works fine if the directory doesn't exist in LOCAL. But if it does, it will just be synchronized anyway, or even just the first few folders of it.
Am I doing something wrong?
Greets, mansmans
this is my actual command:
synchronize local -delete -mirror -filemask="|/www/app/config/parameters.yml;/www/var/cache/;/www/var/logs/; /www/vendor/;" -criteria=either www www
Basically I just want to mirror the folder
www
from REMOTE to LOCAL despite a few files and folders. The excluded files and folders I want to keep at LOCAL.
The Problem:
For example I want to exclude the
/www/var/cache
directory from being synchronized.
This works fine if the directory doesn't exist in LOCAL. But if it does, it will just be synchronized anyway, or even just the first few folders of it.
Am I doing something wrong?
Greets, mansmans