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 9fed15a commit a87a0d9Copy full SHA for a87a0d9
1 file changed
src/borg/archiver/prune_cmd.py
@@ -400,7 +400,6 @@ def build_parser_prune(self, subparsers, common_parser, mid_common_parser):
400
"--keep-3monthly",
401
dest="quarterly_3monthly",
402
type=int_or_interval,
403
- default=None,
404
help="number or time interval of quarterly archives to keep (3 month strategy)",
405
)
406
subparser.add_argument(
0 commit comments