do not backup rotated and gziped logfiles

This commit is contained in:
nd 2021-12-23 02:34:33 +01:00
parent 231c983205
commit b6224c2580
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9

View file

@ -46,5 +46,6 @@ backups:
'/var/cache/*': true '/var/cache/*': true
'/var/lib/php/sessions/*': true '/var/lib/php/sessions/*': true
'/root/.ansible/*': true '/root/.ansible/*': true
'/var/log/**/*.gz': true
include_files: include_files:
'/': true '/': true