filerBackupOptions.filer=cmdFilerBackup.Flag.String("filer","localhost:8888","filer of one SeaweedFS cluster")
filerBackupOptions.path=cmdFilerBackup.Flag.String("filerPath","/","directory to sync on filer")
filerBackupOptions.excludePaths=cmdFilerBackup.Flag.String("filerExcludePaths","","exclude directories to sync on filer")
filerBackupOptions.excludeFileName=cmdFilerBackup.Flag.String("filerExcludeFileName","","exclude file names that match the regexp to sync on filer")
filerBackupOptions.proxyByFiler=cmdFilerBackup.Flag.Bool("filerProxy",false,"read and write file chunks by filer instead of volume servers")
filerBackupOptions.debug=cmdFilerBackup.Flag.Bool("debug",false,"debug mode to print out received files")
filerBackupOptions.timeAgo=cmdFilerBackup.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\"")