Skip to content

Commit 88ede17

Browse files
committed
admin1
1 parent 7c22550 commit 88ede17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Archive/Tar/TarThread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def run(self):
3737

3838
log_msg = "Archiving directory: %s" % self.backup_dir
3939
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"]
40+
admin_command_flags = ["-C", self.backup_dir +"/dump/admin", "-c", "-f", admin_backup_file]
4141

4242

4343
if self.do_gzip():

0 commit comments

Comments
 (0)