2024-08-30 14:58:32 +02:00
|
|
|
Bugfix: Skip extended attribute processing on unsupported Windows volumes
|
2024-08-04 00:19:59 +02: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-04 00:19:59 +02:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/4980
|
2024-08-12 03:25:58 +02:00
|
|
|
https://github.com/restic/restic/pull/4998
|
2024-08-10 18:38:04 +02:00
|
|
|
https://github.com/restic/restic/issues/4955
|
|
|
|
https://github.com/restic/restic/issues/4950
|