Do not send mails on successful backups
This commit is contained in:
parent
6905786980
commit
b09ab0b8b1
1 changed files with 4 additions and 0 deletions
|
@ -3,8 +3,12 @@ autopostgresqlbackup_delete_backups_after_days: 8
|
||||||
|
|
||||||
autopostgresqlbackup_config:
|
autopostgresqlbackup_config:
|
||||||
dbhost: localhost
|
dbhost: localhost
|
||||||
|
su_username: postgres
|
||||||
|
username: postgres
|
||||||
backupdir: /var/lib/autopostgresqlbackup
|
backupdir: /var/lib/autopostgresqlbackup
|
||||||
mailaddr: root
|
mailaddr: root
|
||||||
|
mailcontent: quiet
|
||||||
|
dbexclude: "template1 postgres"
|
||||||
sepdir: "yes"
|
sepdir: "yes"
|
||||||
comp: bzip2
|
comp: bzip2
|
||||||
latest: "no"
|
latest: "no"
|
||||||
|
|
Loading…
Reference in a new issue