Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/qupload.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ qshell qupload [<ThreadCount>] <LocalUploadConfig>

|参数名|描述|可选参数|
|-----------|------------|------------|
|src_dir|本地同步路径,为全路径格式,工具将同步该目录下面所有的文件;在Windows系统下面使用的时候,注意`src_dir`的设置遵循`D:\\jemy\\backup`这种方式。也就是路径里面的`\`要有两个(`\\`)|N|
|src_dir|本地同步路径,为全路径格式,工具将同步该目录下面所有的文件;不支持本地路径下的目录软连接。在Windows系统下面使用的时候,注意`src_dir`的设置遵循`D:\\jemy\\backup`这种方式。也就是路径里面的`\`要有两个(`\\`)|N|
|bucket|同步数据的目标空间名称,可以为公开空间或私有空间|N|
|file_list|待同步文件列表,该文件列表内容必须是相对于`src_dir`的文件相对路径列表,可以不指定,工具将自动获取`src_dir`下面的文件列表。请使用 `dircache` 命令生成这个文件列表,生成之后可以手动删除不需要的行|Y|
|up_host|上传域名,可选设置,一般情况下不需要指定|Y|
Expand Down