Skip to content

Commit

Permalink
export-tar: switch default to PAX format
Browse files Browse the repository at this point in the history
Python 3.8's tarfile module did the same.
  • Loading branch information
ThomasWaldmann committed Oct 7, 2024
1 parent d7d59b5 commit 2ed5d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/borg/archiver/tar_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def build_parser_tar(self, subparsers, common_parser, mid_common_parser):
"--tar-format",
metavar="FMT",
dest="tar_format",
default="GNU",
default="PAX",
choices=("BORG", "PAX", "GNU"),
action=Highlander,
help="select tar format: BORG, PAX or GNU",
Expand Down

0 comments on commit 2ed5d6b

Please sign in to comment.