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 0637625 commit 67ff8c9Copy full SHA for 67ff8c9
mongodb_consistent_backup/Archive/Tar/TarThread.py
@@ -37,7 +37,7 @@ def run(self):
37
38
log_msg = "Archiving directory: %s" % self.backup_dir
39
cmd_flags = ["--exclude", "admin" ,"-C", backup_base_dir, "-c", "-f", self.output_file, "--remove-files"]
40
- admin_command_flags = ["-C", self.backup_dir +"/dump/admin", "-c", "-f", admin_backup_file, "--remove-files"]
+ admin_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", admin_backup_file, "--remove-files"]
41
42
43
if self.do_gzip():
0 commit comments