Send backup notifiations when run ends with warning
This commit is contained in:
@@ -81,7 +81,7 @@ preconfigure 'KosmosBackup' do
|
|||||||
encrypt_with OpenSSL
|
encrypt_with OpenSSL
|
||||||
notify_by Mail do |mail|
|
notify_by Mail do |mail|
|
||||||
mail.on_success = false
|
mail.on_success = false
|
||||||
mail.on_warning = false
|
mail.on_warning = true
|
||||||
mail.on_failure = true
|
mail.on_failure = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user