Any recommendations for a MRF replacement? I want to do whole drive image backups, not just file copy backups. And be able to extract files from the image backups. Thanks.
Well, you've just smacked into an inherent problem with the imaging approach.
I believe the best solution involves a combination of imaging and file synchronization.
But it all starts with good organization of your files. My system drive is for the OS and applications. I try to keep all of "my data" on a separate drive. And that includes my Thunderbird profile with all my contacts and saved emails.
I image the system drive from time time. And use file synchronization software frequently for all my data.
Even if the image of the system drive is damaged I can reconstitute a working system by downloading all the appropriate software. That might take a day but at least none of my data is lost.
Actually, I maintain a file by file copy of the system drive too. It can't be restored to a bootable system but... just in case I need a DLL or some settings/config file from C:\Users\xxxxxx\AppData\...
All of the file-by-file work is done by Robocopy invoked by some scripts to semi-automate the process.