From f6f4ed44c51b9f6d53b18f17020ccc333cfe7f6c Mon Sep 17 00:00:00 2001 From: asdffdsa6131 <42986211+asdffdsa6131@users.noreply.github.com> Date: Sun, 8 Sep 2019 12:35:10 -0400 Subject: [PATCH] Updated How to enable VSS for rclone (markdown) --- How-to-enable-VSS-for-rclone.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/How-to-enable-VSS-for-rclone.md b/How-to-enable-VSS-for-rclone.md index bfc3821..6c3a179 100644 --- a/How-to-enable-VSS-for-rclone.md +++ b/How-to-enable-VSS-for-rclone.md @@ -46,7 +46,8 @@ vshadow.exe will: Note that c:\snapshot\ is a temporaty symbolc link only accessible while exec.cmd is running. when exec.cmd exits, the snapshot is removed by Windows operating system. -I find it confusing, that c:\snapshot\ is a mirror image of c:\ +I find it confusing, that c:\snapshot\ is a mirror image of c:\\ + When I was writing more complex scripts, this confusion was leading to bugs. So I will give you 3 workarounds for clearer code for exec.cmd.