Skip to content

Commit c6af5d1

Browse files
committed
err
1 parent e836835 commit c6af5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mongodb_consistent_backup/Archive/Tar/TarThread.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838

3939
log_msg = "Archiving directory: %s" % self.backup_dir
4040
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"]
41+
admin_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", admin_backup_file,]
4242
config_command_flags = ["-C", self.backup_dir +"/dump/", "-c", "-f", config_backup_file, "--remove-files"]
4343

4444

0 commit comments

Comments
 (0)