We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e836835 commit c6af5d1Copy full SHA for c6af5d1
mongodb_consistent_backup/Archive/Tar/TarThread.py
@@ -38,7 +38,7 @@ def run(self):
38
39
log_msg = "Archiving directory: %s" % self.backup_dir
40
cmd_flags = ["--exclude", "admin", "--exclude", "config" ,"-C", backup_base_dir, "-c", "-f", self.output_file, "--remove-files"]
41
- admin_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", admin_backup_file, "--remove-files"]
+ admin_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", admin_backup_file,]
42
config_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", config_backup_file, "--remove-files"]
43
44
0 commit comments