docs: add rsakey description

This commit is contained in:
ttionya
2021-04-10 18:09:56 +08:00
parent c4165ab305
commit 5f94e75422
2 changed files with 24 additions and 2 deletions
+11
View File
@@ -17,6 +17,7 @@ This tool supports backing up the following files or directories.
- `db.sqlite3`
- `config.json`
- `rsa_key*` (multiple files)
- `attachments` (directory)
- `sends` (directory)
@@ -128,6 +129,10 @@ If you didn't set the `ZIP_ENABLE` environment variable to `TRUE` when you backe
If you didn't set the `ZIP_ENABLE` environment variable to `TRUE` when you backed up the file, you need to use this option to specify the `config.json` file.
##### --rsakey-file
If you didn't set the `ZIP_ENABLE` environment variable to `TRUE` when you backed up the file, you need to use this option to specify the `rsakey.tar` file.
##### --attachments-file
If you didn't set the `ZIP_ENABLE` environment variable to `TRUE` when you backed up the file, you need to use this option to specify the `attachments.tar` file.
@@ -277,6 +282,12 @@ Set the sqlite database file path, you do not need to modify it.
Default: `${DATA_DIR}/db.sqlite3`
#### DATA_RSAKEY
Set the rsa_key file path, you don't need to modify it.
Default: `${DATA_DIR}/rsa_key`
#### DATA_ATTACHMENTS
Set the attachment folder path, you don't need to modify it.