Prepare changelog for 0.11.0

This commit is contained in:
Alexander Neumann
2020-11-05 09:41:22 +01:00
parent 23f6b8c3fd
commit 9dba01021e
15 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
Enhancement: Warn if parent snapshot cannot be loaded during backup
During a backup restic uses the parent snapshot to check whether a file was
changed and has to be backed up again. For this check the backup has to read
the directories contained in the old snapshot. If a tree blob cannot be
loaded, restic now warns about this problem with the backup repository.
https://github.com/restic/restic/pull/2978