adjust help messages

This commit is contained in:
Chris Lu
2021-09-15 22:53:10 -07:00
parent f0907eb83c
commit b5f4910412
2 changed files with 2 additions and 15 deletions

View File

@@ -53,21 +53,8 @@ var cmdFilerRemoteSynchronize = &Command{
If any mounted remote file is updated, it will fetch the updated content,
and write to the remote storage.
There are two modes:
1)By default, watch /buckets folder and write back all changes.
# if there is only one remote storage configured
weed filer.remote.sync
# if there are multiple remote storages configured
# specify a remote storage to create new buckets.
weed filer.remote.sync -createBucketAt=cloud1
2)Write back one mounted folder to remote storage
weed filer.remote.sync -dir=/mount/s3_on_cloud
`,
}