Class Backup::Configuration::Notifier::Base
In: lib/backup/configuration/notifier/base.rb
Parent: Configuration::Base

Attributes

on_failure  [RW]  When set to true, the user will be notified by email when a backup process raises an exception before finishing
on_success  [RW]  When set to true, the user will be notified by email when a backup process ends without raising any exceptions
on_warning  [RW]  When set to true, the user will be notified by email when a backup process ends successfully, but logged warnings

[Validate]