mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
Each application will be able to implement backup_pre, backup_post, restore_pre and restore_post hooks that get called before/after backup/restore appropriately. This is to handle any edge cases that backup manifest mechanism does not handle. Reviewed-by: James Valleroy <jvalleroy@mailbox.org>