X-Git-Url: https://arthur.barton.de/gitweb/?p=backup-script.git;a=blobdiff_plain;f=bin%2Fbackup-audit;fp=bin%2Fbackup-audit;h=7ead1969283b968b5ea7b65124654d05346f204d;hp=146a9559c6be32ea5bf6f1b456697c00935af10a;hb=81c39f7ce18885e81e1145cf39ceb2c078d61178;hpb=4082ce5be0965c0e9466dd749a444f0eb4783b47 diff --git a/bin/backup-audit b/bin/backup-audit index 146a955..7ead196 100755 --- a/bin/backup-audit +++ b/bin/backup-audit @@ -84,6 +84,7 @@ ListDirectory() { exclude="$exclude"'| \.stamp$| dev$| etc$| proc$| root$| run$| sys$| tmp$' exclude="$exclude"'| data$| net$| srv$' exclude="$exclude"'| [[:alnum:]_-]+\.log(\.[[:alnum:]]+|)$' + exclude="$exclude"'| (aquota.user|aquota.group)$' fi # shellcheck disable=SC2012