docs: add rsakey description
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user