shell: fs.meta.save add option to export all fileIds for all files

This commit is contained in:
Chris Lu
2020-03-23 22:54:46 -07:00
parent 782d776d2a
commit 8047ec2f51
2 changed files with 58 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ func (c *commandFsMetaNotify) Do(args []string, commandEnv *CommandEnv, writer i
var dirCount, fileCount uint64
err = doTraverseBFS(writer, commandEnv, util.FullPath(path), func(parentPath util.FullPath, entry *filer_pb.Entry) {
err = doTraverseBfs(writer, commandEnv, util.FullPath(path), func(parentPath util.FullPath, entry *filer_pb.Entry) {
if entry.IsDirectory {
dirCount++