Skip to content

Commit 29e7f5c

Browse files
committed
Removed redundant --extended-insert flag
1 parent 3b0b8c2 commit 29e7f5c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/restic_compose_backup/containers_db.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def dump_command(self) -> list:
5151
"--single-transaction",
5252
"--order-by-primary",
5353
"--compact",
54-
"--extended-insert",
5554
"--force"
5655
]
5756

@@ -122,7 +121,6 @@ def dump_command(self) -> list:
122121
"--single-transaction",
123122
"--order-by-primary",
124123
"--compact",
125-
"--extended-insert",
126124
"--force"
127125
]
128126

0 commit comments

Comments
 (0)