docs: optimized restore description (#46)
This commit is contained in:
@@ -192,7 +192,7 @@ USE WITH CAUTION!!
|
|||||||
<details>
|
<details>
|
||||||
<summary><strong>※ You have the compressed file named <code>backup</code></strong></summary>
|
<summary><strong>※ You have the compressed file named <code>backup</code></strong></summary>
|
||||||
|
|
||||||
##### --zip-file
|
##### --zip-file \<file>
|
||||||
|
|
||||||
You need to use this option to specify the `backup` compressed package.
|
You need to use this option to specify the `backup` compressed package.
|
||||||
|
|
||||||
@@ -211,23 +211,23 @@ If not, the password will be asked for interactively.
|
|||||||
<details>
|
<details>
|
||||||
<summary><strong>※ You have multiple independent backup files</strong></summary>
|
<summary><strong>※ You have multiple independent backup files</strong></summary>
|
||||||
|
|
||||||
##### --db-file
|
##### --db-file \<file>
|
||||||
|
|
||||||
You need to use this option to specify the `db.sqlite3` file.
|
You need to use this option to specify the `db.sqlite3` file.
|
||||||
|
|
||||||
##### --config-file
|
##### --config-file \<file>
|
||||||
|
|
||||||
You need to use this option to specify the `config.json` file.
|
You need to use this option to specify the `config.json` file.
|
||||||
|
|
||||||
##### --rsakey-file
|
##### --rsakey-file \<file>
|
||||||
|
|
||||||
You need to use this option to specify the `rsakey.tar` file.
|
You need to use this option to specify the `rsakey.tar` file.
|
||||||
|
|
||||||
##### --attachments-file
|
##### --attachments-file \<file>
|
||||||
|
|
||||||
You need to use this option to specify the `attachments.tar` file.
|
You need to use this option to specify the `attachments.tar` file.
|
||||||
|
|
||||||
##### --sends-file
|
##### --sends-file \<file>
|
||||||
|
|
||||||
You need to use this option to specify the `sends.tar` file.
|
You need to use this option to specify the `sends.tar` file.
|
||||||
|
|
||||||
|
|||||||
+6
-6
@@ -190,7 +190,7 @@ docker run --rm -it \
|
|||||||
<details>
|
<details>
|
||||||
<summary><strong>※ 你有一个名为 <code>backup</code> 的压缩文件</strong></summary>
|
<summary><strong>※ 你有一个名为 <code>backup</code> 的压缩文件</strong></summary>
|
||||||
|
|
||||||
##### --zip-file
|
##### --zip-file \<file>
|
||||||
|
|
||||||
你需要使用这个选项来指定 `backup` 压缩文件。
|
你需要使用这个选项来指定 `backup` 压缩文件。
|
||||||
|
|
||||||
@@ -209,23 +209,23 @@ docker run --rm -it \
|
|||||||
<details>
|
<details>
|
||||||
<summary><strong>※ 你有多个独立的备份文件</strong></summary>
|
<summary><strong>※ 你有多个独立的备份文件</strong></summary>
|
||||||
|
|
||||||
##### --db-file
|
##### --db-file \<file>
|
||||||
|
|
||||||
你需要用这个选项来指定 `db.sqlite3` 文件。
|
你需要用这个选项来指定 `db.sqlite3` 文件。
|
||||||
|
|
||||||
##### --config-file
|
##### --config-file \<file>
|
||||||
|
|
||||||
你需要用这个选项来指定 `config.json` 文件。
|
你需要用这个选项来指定 `config.json` 文件。
|
||||||
|
|
||||||
##### --rsakey-file
|
##### --rsakey-file \<file>
|
||||||
|
|
||||||
你需要用这个选项来指定 `rsakey.tar` 文件。
|
你需要用这个选项来指定 `rsakey.tar` 文件。
|
||||||
|
|
||||||
##### --attachments-file
|
##### --attachments-file \<file>
|
||||||
|
|
||||||
你需要用这个选项来指定 `attachments.tar` 文件。
|
你需要用这个选项来指定 `attachments.tar` 文件。
|
||||||
|
|
||||||
##### --sends-file
|
##### --sends-file \<file>
|
||||||
|
|
||||||
你需要用这个选项来指定 `sends.tar` 文件。
|
你需要用这个选项来指定 `sends.tar` 文件。
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user