添加 Others/华为云obs断点续传.md
This commit is contained in:
parent
367040b6a1
commit
c7ed98c63e
1 changed files with 17 additions and 0 deletions
17
Others/华为云obs断点续传.md
Normal file
17
Others/华为云obs断点续传.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
## 下载命令
|
||||
```shell
|
||||
# 把obs上的目录下载到当前目录
|
||||
# -r: 上传目录
|
||||
# -f: 免确认
|
||||
obsutil cp -r -f obs://<endpoints>/path/to/dir .
|
||||
```
|
||||
## 上传命令
|
||||
|
||||
```shell
|
||||
obsutil cp -r -f path obs://<endpoints>/path/to/dir
|
||||
```
|
||||
|
||||
## 断点续传
|
||||
```shell
|
||||
obsutil cp -recover <task id>
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue