You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to sync three nodes of a web cluster with lots of files/directories. There are many instances of the same kind of directory tree (lots of similar vhosts) where we want to exclude certain common directories eg. cache directories.
I've tried using exclude patterns eg:
files/cache
files/cache/* /files/cache/ /files/cache/
But these directories aren't being excluded. Sample full paths would be something like: /srv/www/vhosts/<domain-name>/<site-name>/html/application/files/cache/...
where and change between each vhost directory.
Is this possible with csync2?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to sync three nodes of a web cluster with lots of files/directories. There are many instances of the same kind of directory tree (lots of similar vhosts) where we want to exclude certain common directories eg. cache directories.
I've tried using exclude patterns eg:
files/cache
files/cache/*
/files/cache/
/files/cache/
But these directories aren't being excluded. Sample full paths would be something like:
/srv/www/vhosts/<domain-name>/<site-name>/html/application/files/cache/...
where and change between each vhost directory.
Is this possible with csync2?
The text was updated successfully, but these errors were encountered: