summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nezha接口文档.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/nezha接口文档.md b/nezha接口文档.md
index 87c7b28..6a606f9 100644
--- a/nezha接口文档.md
+++ b/nezha接口文档.md
@@ -5702,9 +5702,9 @@ pidFiles |String |R |停用进程pid
参数名称 |类型 |出现要求 |描述
:---- |:--- |:------ |:---
-cover |String |R |备份路径
-source |String |R |需要备份的文件
-deleteTmpStr |String | |排除文件
+backup |String |R |备份路径
+backupTo |String |R |需要备份的文件
+exceptTmpStr |String | |排除文件
isAbs |String | |相对/绝对路径
```
@@ -5716,10 +5716,10 @@ isAbs |String | |相对/绝对路径
},
"paramForExecuteInstructs":[
{
- "cover":"/home/aaa",
- "deleteTmpStr":"123;456;789",
+ "backupTo":"/home/aaa",
+ "exceptTmpStr":"123;456;789",
"isAbs":"1",
- "source":"/home/test"
+ "backup":"/home/test"
}
]
}