Explorar o código

export-tar: switch default to PAX format

Python 3.8's tarfile module did the same.
Thomas Waldmann hai 8 meses
pai
achega
2ed5d6b101
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/borg/archiver/tar_cmds.py

+ 1 - 1
src/borg/archiver/tar_cmds.py

@@ -396,7 +396,7 @@ class TarMixIn:
             "--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",