Do not send mails on successful backups

This commit is contained in:
phil 2023-11-09 08:58:38 +01:00
parent 6905786980
commit b09ab0b8b1

View file

@ -3,8 +3,12 @@ autopostgresqlbackup_delete_backups_after_days: 8
autopostgresqlbackup_config:
dbhost: localhost
su_username: postgres
username: postgres
backupdir: /var/lib/autopostgresqlbackup
mailaddr: root
mailcontent: quiet
dbexclude: "template1 postgres"
sepdir: "yes"
comp: bzip2
latest: "no"