mirror of
https://github.com/netinvent/npbackup.git
synced 2025-09-10 15:04:55 +08:00
Update KVM example config file
This commit is contained in:
parent
f90c17d00c
commit
7f862d8fa0
1 changed files with 2 additions and 2 deletions
|
@ -39,9 +39,9 @@ groups:
|
|||
exclude_files_larger_than:
|
||||
additional_parameters:
|
||||
additional_backup_only_parameters:
|
||||
minimum_backup_size_error: 10 GiB
|
||||
minimum_backup_size_error: 2 GiB
|
||||
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_failure_is_fatal: false
|
||||
post_exec_commands: []
|
||||
|
|
Loading…
Add table
Reference in a new issue