Add new settings unpin_file
This commit is contained in:
@@ -10,6 +10,7 @@ encrypt_db: false # Optional. Default value: false. Encrypt the database. Warni
|
||||
db_password: "Password" # Specify the password of the encryped database.
|
||||
encrypt_files: false # Optional. Default value: false. Encrypt backup files. The key information will stored in database.
|
||||
protect_filename: false # Optional. Default value: false. Use id in database as file name. Only works when encrypt_files is true.
|
||||
unpin_file: false # Optional. Default value: false. Notifiy sync provider to dehydrate file data.
|
||||
programs:
|
||||
- name: Your program name # This name is used to identify different application.
|
||||
base: /path/to/save/path # Must be absoulte path.
|
||||
@@ -20,6 +21,7 @@ programs:
|
||||
compress_level: null # Optional.
|
||||
encrypt_files: false # Optional
|
||||
protect_filename: false # Optional
|
||||
unpin_file: false # Optional.
|
||||
files:
|
||||
- BGI.gdb # path to a file/folder. All subfolders will include if it is a folder. Must be relative path.
|
||||
- type: path
|
||||
@@ -32,6 +34,7 @@ programs:
|
||||
compress_level: null # Optional.
|
||||
encrypt_files: false # Optional.
|
||||
protect_filename: false # Optional
|
||||
unpin_file: false # Optional.
|
||||
excludes: # Optional. Exculde some files. Only effected when path is a folder.
|
||||
- data.db # Releative path
|
||||
- /path/to/data.db # Absolute path
|
||||
@@ -55,5 +58,6 @@ programs:
|
||||
compress_level: null # Optional.
|
||||
encrypt_files: false # Optional.
|
||||
protect_filename: false # Optional
|
||||
unpin_file: false # Optional.
|
||||
domains: # optional. Just backup minor domains in localstorage database. Only chromium is tested.
|
||||
- some domain
|
||||
|
||||
Reference in New Issue
Block a user