From 0da406ac0049985b13fa570041b0959157cfb8be Mon Sep 17 00:00:00 2001 From: asdffdsa6131 <42986211+asdffdsa6131@users.noreply.github.com> Date: Sun, 8 Sep 2019 12:02:09 -0400 Subject: [PATCH] Updated How to enable VSS for rclone (markdown) --- How-to-enable-VSS-for-rclone.md | 1 + 1 file changed, 1 insertion(+) diff --git a/How-to-enable-VSS-for-rclone.md b/How-to-enable-VSS-for-rclone.md index 6e78222..f791760 100644 --- a/How-to-enable-VSS-for-rclone.md +++ b/How-to-enable-VSS-for-rclone.md @@ -11,6 +11,7 @@ So I create a VSS read-only point-in-time snapshot and have rclone use that as t Now rclone can takes its time, upload, sync, check or whatever and not be concerned that the data will be modified. --- The snapshot's files are never in-use. rclone will not get an error about in-use files. + --- The snapshot's files are never locked. rclone will not get an error about locked files. Yeah, you want that, you know you need that, and now you can have it with a few lines of code.