2024-08-30 14:58:32 +02:00
|
|
|
Bugfix: Skip extended attribute processing on unsupported Windows volumes
|
2024-08-03 16:19:59 -06:00
|
|
|
|
2024-08-31 17:28:24 +02:00
|
|
|
With restic 0.17.0, backups of certain Windows paths, such as network drives,
|
2024-08-30 14:58:32 +02:00
|
|
|
failed due to errors while fetching extended attributes.
|
|
|
|
|
|
|
|
Restic now skips extended attribute processing for volumes where they are not
|
|
|
|
supported.
|
2024-08-03 16:19:59 -06:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/4980
|
2024-08-11 19:25:58 -06:00
|
|
|
https://github.com/restic/restic/pull/4998
|
2024-08-10 10:38:04 -06:00
|
|
|
https://github.com/restic/restic/issues/4955
|
|
|
|
https://github.com/restic/restic/issues/4950
|