adjust command name

Chris Lu 2019-12-11 23:12:43 -08:00
parent 19edd2e660
commit 6cd95d9ba2

@ -18,7 +18,7 @@ If one volume is tiered to the cloud,
## Usage
1. Use `weed scaffold -conf=master` to generate `master.toml`, tweak it, and start master server with the `master.toml`.
1. Use `volume.tier` in `weed shell` to move volumes to the cloud.
1. Use `volume.tier.upload` in `weed shell` to move volumes to the cloud.
## Configuring Storage Backend
(Currently only s3 is developed. More is coming soon.)
@ -36,9 +36,9 @@ After this is configured, you can use this command.
```
// move the volume 37.dat to the s3 cloud
volume.tier -dest=s3 -collection=benchmark -volumeId=37
volume.tier.upload -dest=s3 -collection=benchmark -volumeId=37
// or
volume.tier -dest=s3.default -collection=benchmark -volumeId=37
volume.tier.upload -dest=s3.default -collection=benchmark -volumeId=37
```