doc: Nitpicks on changelogs

This commit is contained in:
Leo R. Lundgren
2025-09-17 18:26:21 +02:00
parent 9ef8e13102
commit 4e0135e628
3 changed files with 4 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
Bugfix: Ignore "chmod not supported" errors when writing files Bugfix: Ignore "chmod not supported" errors when writing files
Restic 0.18.0 introduced a bug that caused "chmod xxx: operation not supported" Restic 0.18.0 introduced a bug that caused `chmod xxx: operation not supported`
errors to appear when writing to a local file repository that did not support errors to appear when writing to a local file repository that did not support
chmod (like CIFS or WebDAV mounted via FUSE). Restic now ignores those errors. chmod (like CIFS or WebDAV mounted via FUSE). Restic now ignores those errors.

View File

@@ -1,7 +1,7 @@
Bugfix: Ignore EOPNOTSUPP errors for extended attributes Bugfix: Ignore `EOPNOTSUPP` errors for extended attributes
Restic 0.18.0 added extended attribute support for NetBSD 10+, but not all Restic 0.18.0 added extended attribute support for NetBSD 10+, but not all
NetBSD filesystems support extended attributes. Other BSD systems can NetBSD filesystems support extended attributes. Other BSD systems can
likewise return EOPNOTSUPP, so restic now ignores these errors. likewise return `EOPNOTSUPP`, so restic now ignores these errors.
https://github.com/restic/restic/issues/5344 https://github.com/restic/restic/issues/5344

View File

@@ -5,6 +5,7 @@ damage if the backend returned incomplete, corrupted data on the first download
try which is afterwards resolved by a download retry. try which is afterwards resolved by a download retry.
This could result in an error output like the following: This could result in an error output like the following:
``` ```
Load(<data/34567890ab>, 33918928, 0) returned error, retrying after 871.35598ms: readFull: unexpected EOF Load(<data/34567890ab>, 33918928, 0) returned error, retrying after 871.35598ms: readFull: unexpected EOF
Load(<data/34567890ab>, 33918928, 0) operation successful after 1 retries Load(<data/34567890ab>, 33918928, 0) operation successful after 1 retries