remoteSyncOptions.filerAddress=cmdFilerRemoteSynchronize.Flag.String("filer","localhost:8888","filer of the SeaweedFS cluster")
remoteSyncOptions.dir=cmdFilerRemoteSynchronize.Flag.String("dir","","a mounted directory on filer")
remoteSyncOptions.readChunkFromFiler=cmdFilerRemoteSynchronize.Flag.Bool("filerProxy",false,"read file chunks from filer instead of volume servers")
remoteSyncOptions.timeAgo=cmdFilerRemoteSynchronize.Flag.Duration("timeAgo",0,"start time before now. \"300ms\", \"1.5h\" or \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\"")
remoteSyncOptions.timeAgo=cmdFilerRemoteSynchronize.Flag.Duration("timeAgo",0,"start time before now, skipping previous metadata changes. \"300ms\", \"1.5h\" or \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\"")
}
varcmdFilerRemoteSynchronize=&Command{
@ -54,6 +54,11 @@ var cmdFilerRemoteSynchronize = &Command{