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