Trying to exclude multiple folders, I read a post that the wildcard feature was supposed to be implemented last April, but does not seem to be documented or working. This is what I am trying to do:
<ExcludeFodlerList>
<string>cache</string>
<string>log</string>
<string>tmp</string>
<string>/var/www/vhosts/*/private</string>
<string>/var/www/vhosts/*/statistics</string>
<string>/var/www/vhosts/*/anon_ftp</string>
<string>/var/www/vhosts/*/logs</string>
<string>/var/www/vhosts/*/cache</string>
</ExcludeFodlerList>
Has this been implemented? Is there another method of achieving this? There are several hundred directories in the vhosts folder that change frequently - checking and unchecking boxes in an interface is not an efficient solution.
OR
Can a file be included in a backup plan configuration? i.e. a shell script that can generate an exclude directory list??