mirror of
https://github.com/aljazceru/plugins.git
synced 2026-01-09 08:14:20 +01:00
Before this change, backup backend was initialized twice - in on_init() and get_backend() functions. This change leaves only one call in get_backend() and adds a kwarg determining whether init failure should be fatal. Signed-off-by: Michal Rostecki <mrostecki@mailfence.com>