2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-24 07:38:25 +00:00

13 lines
477 B
Plaintext
Raw Normal View History

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
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