Add db_password
This commit is contained in:
@@ -7,6 +7,7 @@ compress_method: "bzip2" # Optional. Default value: null. Supported value: "bzi
|
||||
# zstd support 0-22 (Default: 3). brotli support 0-11 (Default: unset).
|
||||
compress_level: 6
|
||||
encrypt_db: false # Optional. Default value: false. Encrypt the database. Warning: The default python sqlite library don't support encrypt, it just ignore encrypt phases.
|
||||
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.
|
||||
programs:
|
||||
- name: Your program name # This name is used to identify different application.
|
||||
|
||||
Reference in New Issue
Block a user