diff --git a/How-to-enable-VSS-for-rclone.md b/How-to-enable-VSS-for-rclone.md index d069839..141ade2 100644 --- a/How-to-enable-VSS-for-rclone.md +++ b/How-to-enable-VSS-for-rclone.md @@ -1,5 +1,14 @@ **The goal of this wiki to show you how easy it is to enable VSS for rclone or any windows app.** +**in no way, should you use dos batch files as the basis of any backup.** + +i posted these snippets to inspire you to create a reliable solution. +i posted these snippets as simple dos batch files so as to be easy to understand, never to be used as is. +if you are going to try to use batch files for backup, something i would never do, at least use powershell. + +i have a python script, 350+ lines of code, that uses rclone, 7zip, fastcopy and vshadow for backups. +please, if anyone is thinking of using these snippets for backups, please reconsider. + *** **Background**