In my previous post I presented a batch file that uses robocopy to make mirror backups of local files to a NAS.
In this post, I will build upon that to add Volume Shadow Copy functionality in order to copy locked files.
In my previous post I presented a batch file that uses robocopy to make mirror backups of local files to a NAS.
In this post, I will build upon that to add Volume Shadow Copy functionality in order to copy locked files.
I wanted to create a regular incremental backup of my local files on my Windows box, and copy them to a NAS.
I ended up using robocopy, a batch file, and the Windows scheduler to achieve this.
Read on to see how.