smeserver-flexbackup/root/etc/e-smith/templates/etc/flexbackup.conf/10Exclude_expr00

9 lines
490 B
Plaintext

{# Exclude files that match these *regular expressions* (not shell wildcards)
# from the backups (no affect on 'dump' archives). You can list more than one,
# just keep incrementing the index in the brackets for each. Also, strip off
# leading directories (the filesystem specs above or the "-fs" flag).
# Comment these out to exclude nothing.}
$exclude_expr[0] = 'news/articles';
$exclude_expr[1] = '.*~$'; {#'# single quote so emacs font-lock is happy}
$exclude_expr[2] = './aquota.*';