docs: add ZIP_TYPE environment variables

This commit is contained in:
ttionya
2021-02-27 15:43:59 +08:00
parent 836f8d462f
commit d8cdf665d7
2 changed files with 16 additions and 0 deletions
+8
View File
@@ -178,6 +178,14 @@ Set your password to encrypt Zip archive. Note that the password will always be
Default: `WHEREISMYPASSWORD?`
#### ZIP_TYPE
Because the `zip` format is less secure, we offer archives in `7z` format for those who seek security.
It should be noted that the password for bitwardenrs is encrypted before it is sent to the server. The server does not have plaintext passwords, so the `zip` format is good enough for basic encryption needs.
Default: `zip` (only support `zip` and `7z` format)
#### BACKUP_KEEP_DAYS
Only keep last a few days backup files in the storage system. Set to `0` to keep all backup files.