mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-29 11:16:43 +00:00
export-tar: switch default to PAX format
Python 3.8's tarfile module did the same.
This commit is contained in:
parent
d7d59b59de
commit
2ed5d6b101
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue