output=cmdExport.Flag.String("o","","output tar file name, must ends with .tar, or just a \"-\" for stdout")
output=cmdExport.Flag.String("o","","output tar file name, must ends with .tar, or just a \"-\" for stdout")
format=cmdExport.Flag.String("fileNameFormat",defaultFnFormat,"filename formatted with {{.Mime}} {{.Id}} {{.Name}} {{.Ext}}")
format=cmdExport.Flag.String("fileNameFormat",defaultFnFormat,"filename formatted with {{.Id}} {{.Name}} {{.Ext}}")
newer=cmdExport.Flag.String("newer","","export only files newer than this time, default is all files. Must be specified in RFC3339 without timezone, e.g. 2006-01-02T15:04:05")
newer=cmdExport.Flag.String("newer","","export only files newer than this time, default is all files. Must be specified in RFC3339 without timezone, e.g. 2006-01-02T15:04:05")
showDeleted=cmdExport.Flag.Bool("deleted",false,"export deleted files. only applies if -o is not specified")
showDeleted=cmdExport.Flag.Bool("deleted",false,"export deleted files. only applies if -o is not specified")
limit=cmdExport.Flag.Int("limit",0,"only show first n entries if specified")
limit=cmdExport.Flag.Int("limit",0,"only show first n entries if specified")