-
-
Notifications
You must be signed in to change notification settings - Fork 836
Closed
Labels
Milestone
Description
Have you checked borgbackup docs, FAQ, and open Github issues?
Yes
Is this a BUG / ISSUE report or a QUESTION?
ISSUE
System information. For client/server mode post info for both machines.
borg 1.1.13
Ubuntu 20.04.1 LTS
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg export-tar --tar-filter="gzip -3" --strip-components 6 /var/borg/$App::$DownloadName $DownloadName.tar.gz
Describe the problem you're observing.
Gzip/tar file contains lots of @PaxHeader files and missing file extensions.
Is there a way to force GNU export over POSIX from tar in borg? Tar is set to GNU by default on the system but I haven't found how to change this within the borg files, there seems to be something overriding this. I have borg installed and exporting ok on older Ubuntu LTS versions, and can only replicate this issue on 20.04
Reactions are currently unavailable