mirror of
https://github.com/rclone/rclone.git
synced 2025-08-15 16:22:47 +02:00
Updated How to enable VSS for rclone (markdown)
@ -69,7 +69,9 @@ So I will give you 3 workarounds for clearer code for exec.cmd.
|
|||||||
net share snapshot /delete
|
net share snapshot /delete
|
||||||
rmdir c:\snapshot\ /q
|
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.
|
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.
|
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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user