Skip to content

export-tar: set tar format to GNU_FORMAT explicitly#5427

Merged
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
enkore:issue/5274
Oct 17, 2020
Merged

export-tar: set tar format to GNU_FORMAT explicitly#5427
ThomasWaldmann merged 1 commit intoborgbackup:masterfrom
enkore:issue/5274

Conversation

@enkore
Copy link
Contributor

@enkore enkore commented Oct 17, 2020

Python 3.8 changed the default format to PAX, but GNU format is documented for Borg.

Fixes #5274

Python 3.8 changed the default format to PAX, but GNU format is
documented for Borg.
@codecov-io
Copy link

codecov-io commented Oct 17, 2020

Codecov Report

Merging #5427 into master will decrease coverage by 0.19%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5427      +/-   ##
==========================================
- Coverage   83.64%   83.45%   -0.20%     
==========================================
  Files          37       37              
  Lines        9957     9957              
  Branches     1656     1656              
==========================================
- Hits         8329     8310      -19     
- Misses       1145     1160      +15     
- Partials      483      487       +4     
Impacted Files Coverage Δ
src/borg/archiver.py 81.01% <100.00%> (ø)
src/borg/platform/__init__.py 72.00% <0.00%> (-12.00%) ⬇️
src/borg/platform/xattr.py 82.53% <0.00%> (-6.35%) ⬇️
src/borg/xattr.py 48.83% <0.00%> (-3.49%) ⬇️
src/borg/platform/base.py 77.58% <0.00%> (-3.45%) ⬇️
src/borg/helpers/misc.py 77.02% <0.00%> (-2.03%) ⬇️
src/borg/archive.py 83.04% <0.00%> (-0.14%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a48d6d2...c81bc43. Read the comment docs.

@ThomasWaldmann ThomasWaldmann merged commit d5d9d7d into borgbackup:master Oct 17, 2020
@ThomasWaldmann
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Tar export on Ubuntu 20.04 outputs @paxheader files

3 participants