From c334505952cf912c53d9f144f076e0b0155d174d Mon Sep 17 00:00:00 2001 From: asdffdsa6131 <42986211+asdffdsa6131@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:29:33 -0400 Subject: [PATCH] Updated How to enable VSS for rclone (markdown) --- How-to-enable-VSS-for-rclone.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/How-to-enable-VSS-for-rclone.md b/How-to-enable-VSS-for-rclone.md index b00976d..40f6f46 100644 --- a/How-to-enable-VSS-for-rclone.md +++ b/How-to-enable-VSS-for-rclone.md @@ -24,13 +24,13 @@ Let's say that we want to sync c:\data\ to the cloud. 2 - Create a file named exec.cmd file: - rem load the the variables created by vshadow.exe + rem Load the the variables created by vshadow.exe call setvars.cmd - rem create the symbolic link to the snapshot + rem Create the symbolic link to the snapshot mklink /d c:\snapshot\ %shadow_device_1%\ - rem run rclone with the source as c:\snapshot\data\, not c:\data\ + rem Execute rclone with the source as c:\snapshot\data\, not c:\data\ rclone sync c:\snapshot\data\ dest:data rem Delete the symbolic link