diff --git a/primary.py b/primary.py index fb86f6b0c540980587149c6a6457c349c773e3f7..2be17f34e3fd980daa0e9095b9f652057f9ca8d2 100644 --- a/primary.py +++ b/primary.py @@ -106,7 +106,7 @@ class Server: self.log.DEBUG('START run_star', self.config.primary.mount.path, self.path) - cmd = [ '/bin/star', '-c', '-acl', '-Hexustar', '-list=-', + cmd = [ '/bin/star', '-c', '-acl', '-Hexustar', '-dump', '-list=-', '-no-statistics' ] cwd = os.path.join(self.config.primary.mount.path, self.path) stdin = star_socket.makefile('rb')