Updated How to enable VSS for rclone (markdown)

asdffdsa6131 2019-09-08 18:37:18 -04:00
parent f6f4ed44c5
commit 66f20402f0

@ -69,7 +69,9 @@ So I will give you 3 workarounds for clearer code for exec.cmd.
net share snapshot /delete
rmdir c:\snapshot\ /q
--- Create a new drive letter. This is what I do as this is the most reliable and least code needed.
--- Create a new drive letter.
This is what I do as this is the most reliable and least code needed.
Create a new drive and use that for the mount point.
Most computers will not have free space to create a new drive. So shrink your c: drive by just 1MB and use that space to create new partition and name it the b: drive. Since the b: drive will only be used to mount the vss point, 1MB is plenty of space.