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,12 @@
Enhancement: Add support for Volume Shadow Copy Service (VSS) on Windows
Volume Shadow Copy Service allows read access to files that are locked by
another process using an exclusive lock through a filesystem snapshot. Restic
was unable to backup those files before. This update enables backing up these
files.
This needs to be enabled explicitely using the --use-fs-snapshot option of the
backup command.
https://github.com/restic/restic/issues/340
https://github.com/restic/restic/pull/2274