mirror of
https://github.com/restic/restic.git
synced 2025-12-11 18:47:50 +00:00
doc: Nitpicks on changelogs
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user