cmd and fs: Added new command settier which performs storage tier changes on

supported remotes
This commit is contained in:
sandeepkru 2018-09-10 18:59:48 -07:00 committed by Nick Craig-Wood
parent 9594fd0a0c
commit 7accd30da8
3 changed files with 70 additions and 0 deletions

View file

@ -47,6 +47,7 @@ import (
_ "github.com/ncw/rclone/cmd/rmdir"
_ "github.com/ncw/rclone/cmd/rmdirs"
_ "github.com/ncw/rclone/cmd/serve"
_ "github.com/ncw/rclone/cmd/settier"
_ "github.com/ncw/rclone/cmd/sha1sum"
_ "github.com/ncw/rclone/cmd/size"
_ "github.com/ncw/rclone/cmd/sync"