From ccd35565ee10a12a7698f088aa37df1035fc230d Mon Sep 17 00:00:00 2001 From: DRON-666 <64691982+DRON-666@users.noreply.github.com> Date: Mon, 29 Apr 2024 01:48:22 +0300 Subject: [PATCH] s/sec./seconds --- changelog/unreleased/pull-3067 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/unreleased/pull-3067 b/changelog/unreleased/pull-3067 index 855c7f2be..fbdcfd7e5 100644 --- a/changelog/unreleased/pull-3067 +++ b/changelog/unreleased/pull-3067 @@ -1,6 +1,6 @@ Enhancement: Add options to configure Windows Shadow Copy Service -Restic always used 120 sec. timeout and unconditionally created VSS snapshots +Restic always used 120 seconds timeout and unconditionally created VSS snapshots for all volume mount points on disk. Now this behavior can be fine-tuned by new options, like exclude specific volumes and mount points or completely disable auto snapshotting of volume mount points.