mirror of
https://github.com/netinvent/npbackup.git
synced 2025-02-23 22:15:43 +08:00
Add missing default option
This commit is contained in:
parent
924fca23dd
commit
dd7e631249
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ backup:
|
|||
## Paths can contain multiple values, one per line, without quotation marks
|
||||
paths: path_to_directory
|
||||
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_timeout: 3600
|
||||
pre_exec_failure_is_fatal: false
|
||||
|
|
Loading…
Reference in a new issue