add includes
This commit is contained in:
@@ -16,13 +16,20 @@ programs:
|
||||
enable_pcre2: false
|
||||
remove_old_files: true # Optional.
|
||||
ignore_hidden_files: true # Optional.
|
||||
excludes: # Optional. Exculde some files/folders
|
||||
excludes: # Optional. Exculde some files. Only effected when path is a folder.
|
||||
- data.db # Releative path
|
||||
- /path/to/data.db # Absolute path
|
||||
- type: wildcards
|
||||
rule: "*/*.db"
|
||||
- type: regex
|
||||
rule: "\\d+\\.db"
|
||||
includes: # Optional. Only include some files. Only effected when path is a folder.
|
||||
- data.db
|
||||
- /path/to/data.db
|
||||
- type: wildcards
|
||||
rule: "*/*.db"
|
||||
- type: regex
|
||||
rule: "\\d+\\.db"
|
||||
- type: leveldb # module plyvel is needed to support this type. This will store leveldb database to a single file database (sqlite3)
|
||||
path: leveldb # path to leveldb. Must be relative path.
|
||||
name: dest # optional. path to the backup files. Shoule be a relative path
|
||||
|
||||
Reference in New Issue
Block a user