From c6d0e5340b8cfdaf75ce05ed4273cec778c58e0d Mon Sep 17 00:00:00 2001 From: ttionya Date: Thu, 8 Sep 2022 16:40:28 +0800 Subject: [PATCH] docs: optimized restore description (#46) --- README.md | 12 ++++++------ README_zh.md | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 32b277c..c4dd177 100644 --- a/README.md +++ b/README.md @@ -192,7 +192,7 @@ USE WITH CAUTION!!
※ You have the compressed file named backup -##### --zip-file +##### --zip-file \ 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.
※ You have multiple independent backup files -##### --db-file +##### --db-file \ You need to use this option to specify the `db.sqlite3` file. -##### --config-file +##### --config-file \ You need to use this option to specify the `config.json` file. -##### --rsakey-file +##### --rsakey-file \ You need to use this option to specify the `rsakey.tar` file. -##### --attachments-file +##### --attachments-file \ You need to use this option to specify the `attachments.tar` file. -##### --sends-file +##### --sends-file \ You need to use this option to specify the `sends.tar` file. diff --git a/README_zh.md b/README_zh.md index 9b7dd5c..f0da5de 100644 --- a/README_zh.md +++ b/README_zh.md @@ -190,7 +190,7 @@ docker run --rm -it \
※ 你有一个名为 backup 的压缩文件 -##### --zip-file +##### --zip-file \ 你需要使用这个选项来指定 `backup` 压缩文件。 @@ -209,23 +209,23 @@ docker run --rm -it \
※ 你有多个独立的备份文件 -##### --db-file +##### --db-file \ 你需要用这个选项来指定 `db.sqlite3` 文件。 -##### --config-file +##### --config-file \ 你需要用这个选项来指定 `config.json` 文件。 -##### --rsakey-file +##### --rsakey-file \ 你需要用这个选项来指定 `rsakey.tar` 文件。 -##### --attachments-file +##### --attachments-file \ 你需要用这个选项来指定 `attachments.tar` 文件。 -##### --sends-file +##### --sends-file \ 你需要用这个选项来指定 `sends.tar` 文件。