When using exclude-path in /etc/vzdump.conf, does an entry such as:
only match /tmp/abc, or would it also match /home/xyz/tmp/abc?
If we want to match directories like "/home/abc/www/var/report" and "/home/def/www/var/report" would this be the right syntax:
Thanks for any pointers on the various ways to match full directory paths, and then multiple relative ones.
"/tmp/?*"
only match /tmp/abc, or would it also match /home/xyz/tmp/abc?
If we want to match directories like "/home/abc/www/var/report" and "/home/def/www/var/report" would this be the right syntax:
"?*/var/report/?*"
Thanks for any pointers on the various ways to match full directory paths, and then multiple relative ones.