@xiaoyuyu6420/dsh-backup 0.7.2 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/README.zh.md +1 -1
- package/lib/client.js +67 -32
- package/lib/index.js +258 -15
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ dsh plugin --profile web add @xiaoyuyu6420/dsh-backup
|
|
|
19
19
|
dsh plugin --profile web add github:xiaoyuyu6420/dsh-backup
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
Then restart `dsh web`. Requires macOS / Linux / Windows 10+ (ships `tar`) and DSH `0.1.
|
|
22
|
+
Then restart `dsh web`. Requires macOS / Linux / Windows 10+ (ships `tar`) and DSH `0.1.1-rc.2` or compatible.
|
|
23
23
|
|
|
24
24
|
## Quickstart
|
|
25
25
|
|
package/README.zh.md
CHANGED
|
@@ -19,7 +19,7 @@ dsh plugin --profile web add @xiaoyuyu6420/dsh-backup
|
|
|
19
19
|
dsh plugin --profile web add github:xiaoyuyu6420/dsh-backup
|
|
20
20
|
```
|
|
21
21
|
|
|
22
|
-
装完重启 `dsh web`。要求:macOS / Linux / Windows 10+(自带 `tar`),DSH `0.1.
|
|
22
|
+
装完重启 `dsh web`。要求:macOS / Linux / Windows 10+(自带 `tar`),DSH `0.1.1-rc.2` 或兼容版本。
|
|
23
23
|
|
|
24
24
|
## 快速上手
|
|
25
25
|
|