docs: add sends description

This commit is contained in:
ttionya
2021-04-09 01:28:15 +08:00
parent a8b9b68cb3
commit a16f1d18f7
2 changed files with 22 additions and 0 deletions
+11
View File
@@ -18,6 +18,7 @@ This tool supports backing up the following files or directories.
- `db.sqlite3`
- `config.json`
- `attachments` (directory)
- `sends` (directory)
@@ -131,6 +132,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 `attachments.tar` file.
##### --sends-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 `sends.tar` file.
##### --zip-file
If you set the `ZIP_ENABLE` environment variable to `TRUE` when you backed up the file, you need to use this option to specify the `backup.zip` file.
@@ -278,6 +283,12 @@ Set the attachment folder path, you don't need to modify it.
Default: `${DATA_DIR}/attachments`
#### DATA_SENDS
Set the sends folder path, you don't need to modify it.
Default: `${DATA_DIR}/sends`
## Use `.env` file