2020-11-05 08:41:22 +00:00
|
|
|
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.
|
|
|
|
|
2023-12-23 13:05:47 +00:00
|
|
|
This needs to be enabled explicitly using the --use-fs-snapshot option of the
|
2020-11-05 08:41:22 +00:00
|
|
|
backup command.
|
|
|
|
|
|
|
|
https://github.com/restic/restic/issues/340
|
|
|
|
https://github.com/restic/restic/pull/2274
|