Fix backup email notifications #366

Merged
greg merged 3 commits from bugfix/358-backups into master 2021-12-01 22:52:58 +00:00
Showing only changes of commit c30733e5aa - Show all commits

View File

@@ -81,7 +81,7 @@ preconfigure 'KosmosBackup' do
encrypt_with OpenSSL
notify_by Mail do |mail|
mail.on_success = false
mail.on_warning = false
mail.on_warning = true
mail.on_failure = true
end
end