We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e04d9 commit 2721ea7Copy full SHA for 2721ea7
mongodb_consistent_backup/Archive/Tar/TarThread.py
@@ -37,7 +37,7 @@ def run(self):
37
config_backup_file = output_file_dir+"/" +"_".join(["config",output_file_basename])
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"]
+ cmd_flags = ["--exclude", "admin", "--exclude", "config" ,"-C", backup_base_dir, "-c", "-f", self.output_file, ]
41
admin_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", admin_backup_file, "--remove-files"]
42
config_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", config_backup_file, "--remove-files"]
43
0 commit comments