添加 Others/华为云obs断点续传.md

This commit is contained in:
iProbe 2024-01-16 17:32:46 +08:00
parent 367040b6a1
commit c7ed98c63e

View 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>
```