diff options
Diffstat (limited to 'weed/shell/command_remote_mount.go')
| -rw-r--r-- | weed/shell/command_remote_mount.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/weed/shell/command_remote_mount.go b/weed/shell/command_remote_mount.go index 91f8de2e2..f7869e221 100644 --- a/weed/shell/command_remote_mount.go +++ b/weed/shell/command_remote_mount.go @@ -35,6 +35,9 @@ func (c *commandRemoteMount) Help() string { # mount and pull one directory in the bucket remote.mount -dir=xxx -remote=s3_1/bucket/dir1 + # after mount, start a separate process to write updates to remote storage + weed filer.remote.sync -filer=<filerHost>:<filerPort> -dir=xxx + ` } |
