Initial Home page
commit
7888125159
15
Home.md
Normal file
15
Home.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# 如何自定义备份路径?
|
||||||
|
### 举例说明 假设要备份到 `/mnt/sata1-4`目录
|
||||||
|
* 下载脚本
|
||||||
|
```bash
|
||||||
|
wget -O backup.run https://raw.githubusercontent.com/wukongdaily/OpenBackRestore/master/backup/backup.run
|
||||||
|
```
|
||||||
|
* 或下载脚本(内地使用)
|
||||||
|
```bash
|
||||||
|
wget -O backup.run https://gitee.com/wukongdaily/OpenBackRestore/raw/master/backup/backup.run
|
||||||
|
```
|
||||||
|
* 执行备份
|
||||||
|
```bash
|
||||||
|
sh backup.run /mnt/sata1-4
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user