{{ 'Commands run before the backup starts' if hook_type == 'pre' else 'Commands run after the backup completes' }}
Maximum time in seconds before the hook is killed. Set to 0 for no timeout. Default is 300 (5 minutes).
{{ 'Fail the entire job if this pre-hook fails (stops backup and all remaining tasks)' if hook_type == 'pre' else 'Fail the entire job if this post-hook fails (stops remaining post-hooks)' }}
Execute this post-hook even if the backup or other tasks failed (useful for cleanup or notifications)