Add missing default option

This commit is contained in:
Orsiris de Jong 2023-03-07 22:19:45 +01:00
parent 924fca23dd
commit dd7e631249

View file

@ -14,6 +14,7 @@ backup:
## Paths can contain multiple values, one per line, without quotation marks ## Paths can contain multiple values, one per line, without quotation marks
paths: path_to_directory paths: path_to_directory
use_fs_snapshot: true # Use VSS snapshot on Windows (needs administrator rights), will fallback to non VSS on failure use_fs_snapshot: true # Use VSS snapshot on Windows (needs administrator rights), will fallback to non VSS on failure
ignore_cloud_files: false # Don't complain when pointers to files in cloud (onedrive, nextcloud...) cannot be backed up
pre_exec_command: '' pre_exec_command: ''
pre_exec_timeout: 3600 pre_exec_timeout: 3600
pre_exec_failure_is_fatal: false pre_exec_failure_is_fatal: false