From 37dc57fc0012835e9d3201438485a7504d59708a Mon Sep 17 00:00:00 2001 From: asdffdsa6131 <42986211+asdffdsa6131@users.noreply.github.com> Date: Sun, 28 Feb 2021 10:21:21 -0500 Subject: [PATCH] Updated How to enable VSS for rclone (markdown) --- How-to-enable-VSS-for-rclone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/How-to-enable-VSS-for-rclone.md b/How-to-enable-VSS-for-rclone.md index 313697e..181c682 100644 --- a/How-to-enable-VSS-for-rclone.md +++ b/How-to-enable-VSS-for-rclone.md @@ -36,12 +36,12 @@ Let's say that we want to sync `c:\data\` to the cloud. mklink /d c:\snapshot\ %shadow_device_1%\ rem Execute rclone with the source as c:\snapshot\data\, not c:\data\ - rclone sync c:\snapshot\data\ dest:data + rclone sync c:\snapshot\data\ remote:data rem Delete the symbolic link rmdir c:\snapshot\ -To run the sync execute `vs.cmd` (1), which will: +To run the sync execute `vs.cmd`, which will: 1. Execute `vshadow.exe`, which will: 1. Create the snapshot 2. Create a file named `setvars.cmd` with some variables identifying the snapshot created