2023-01-08 14:34:30 +00:00
|
|
|
Bugfix: Don't generate negative UIDs and GIDs in tar files from `dump`
|
2022-12-27 15:36:04 +00:00
|
|
|
|
2023-01-08 14:34:30 +00:00
|
|
|
When using a 32-bit build of restic, the `dump` command could in some cases
|
|
|
|
create tar files containing negative UIDs and GIDs, which cannot be read by
|
|
|
|
GNU tar. This corner case especially applies to backups from stdin on Windows.
|
|
|
|
|
|
|
|
This is now fixed such that `dump` creates valid tar files in these cases too.
|
2022-12-27 15:36:04 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/4103
|
|
|
|
https://github.com/restic/restic/pull/4104
|