Prepare changelog for 0.16.3

This commit is contained in:
Alexander Neumann
2024-01-14 20:21:19 +01:00
parent ef2e473b99
commit d987582594
5 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Bugfix: Improve error handling for `rclone` backend
Since restic 0.16.0, if rclone encountered an error while listing files,
this could in rare circumstances cause restic to assume that there are no
files. Although unlikely, this situation could result in data loss if it
were to happen right when the `prune` command is listing existing snapshots.
Error handling has now been improved to detect and work around this case.
https://github.com/restic/restic/issues/4612
https://github.com/restic/restic/pull/4618