2 new hooks based on success/failure of backup
Registered by
Matthew
In our case, we will be running mylvmbackup from cron every morning at 1AM. It would be nice to have hooks into mylvmbackup that we could code against for sending notifications on success or failure of the backup:
run_hook(
if(do_backup_tar())
run_hook(
else
run_hook(
run_hook(
Blueprint information
- Status:
- Complete
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Obsolete
- Series goal:
- None
- Implementation:
-
Deployment
- Milestone target:
- None
- Started by
- Lenz Grimmer
- Completed by
- Lenz Grimmer
Related branches
Related bugs
Sprints
Whiteboard
I added run_hook(
should suffice.
(?)