Hello, I have finally gotten my backup program to a state where I think people can start testing it.
http://billy-oneal.com/Projects/Automatic%...ta%20Copier.exe
Many backup tools exist for windows. However, few are able to deal with situations where windows cannot boot.
This program is designed for the business that repeatedly does backups of consumer data. You create "maps", which describe backup procedures that can be used over and over. I wrote this program for internal use by my employer, but I hold the rights to it, not my boss! So I am releasing it under the GPL. Source code is here: http://billy-oneal.com/Projects/Automatic%...20Data%20Copier
Once you have created backup maps (for example, one that goes with My Documents), you can backup that same spot repeatedly with the touch of a button.
Each map contains "OS Operations", which allow you to specify different directories and such for each different operating system, or combination of operating systems.g
Known caveats:
Currently this program has no cancel or pause button, as I have not figured out how to have the UI thread tell the backup thread to pause or stop yet.
Does not detect OS automatically yet. Im not exactly sure how to go about doing this. I was going to simply MD5 ntoskrnl, but windows update changes the hash on a regular basis. If I was booting into the installation to back up, I'd simply query the registry, but that doesn't work, because that installation is not booted.
Some things that would be helpful:
Some way to read the registry of a non booted system.......
Testers who can point out bugs to me.
Special thanks to groovicus who was very good about answering my questions!
Billy3
