Update KVM example config file

This commit is contained in:
Orsiris de Jong 2024-11-05 08:13:40 +01:00
parent f90c17d00c
commit 7f862d8fa0

View file

@ -39,9 +39,9 @@ groups:
exclude_files_larger_than: exclude_files_larger_than:
additional_parameters: additional_parameters:
additional_backup_only_parameters: additional_backup_only_parameters:
minimum_backup_size_error: 10 GiB minimum_backup_size_error: 2 GiB
pre_exec_commands: pre_exec_commands:
- '[ -f /opt/cube/SNAPSHOT_FAILED ] && echo "Snapshot failed for $(cat /opt/cube/SNAPSHOT_FAILED)" && exit 1' - '[ -f /opt/cube/SNAPSHOT_FAILED ] && echo "Snapshot failed for $(cat /opt/cube/SNAPSHOT_FAILED)" && exit 1 || exit 0'
pre_exec_per_command_timeout: 3600 pre_exec_per_command_timeout: 3600
pre_exec_failure_is_fatal: false pre_exec_failure_is_fatal: false
post_exec_commands: [] post_exec_commands: []