mattwnz: Anyone got any recommendations for software that will simply replicate a folder onto another drive at a certain scheduled interval, and then only updates files that have changed? I used to use Karens replicator which I have used for over a decade, but it seems to no longer work properly on windows 10 after the creators update.
robocopy c:\sourcefolder e:\destinationfolder /mir
https://en.wikipedia.org/wiki/Robocopy
https://technet.microsoft.com/en-us/library/cc733145(v=ws.11).aspx
Run this from a Scheduled Task, or from a batch file on your desktop.... works beautifully.