mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 00:13:49 +01:00
Updated How to enable VSS for rclone (markdown)
parent
a6cacd7449
commit
c334505952
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user