2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-31 08:00:48 +00:00
restic/changelog/unreleased/issue-2319
Michael Eischer 1aa61e6def Add changelog
2020-10-24 22:49:29 +02:00

13 lines
580 B
Plaintext

Bugfix: Correctly dump directories into tar files
The dump command previously wrote directories in a tar file in a way which
can cause compatibility problems. This caused for example 7zip on Windows
to open tar files containing directories. In addition it was not possible
to dump directories with extended attributes. These compatibility problems
were fixed by properly setting the attributes of a directory.
In addition a tar file now includes the name of the owner and group of a file.
https://github.com/restic/restic/issues/2319
https://github.com/restic/restic/pull/3039