I take periodic Acronis images of my music drive, and have backed up files and whatnot using various softwares. Basically, these backup schemes like putting every file in a combo backup file, which risks that large backup file getting one corruption and you lose everything. Or the software that made the backup doesn't work anymore, or you changed operating system and the files won't open. Hooray! There is this program out there that someone at Microsoft made called Richcopy for IT professionals. Basically what it does is make a copy of the files you want to save. It just copies the files .. to in my case a USB 2T external drive. So if you lose something, you just go navigate around in the copy and there it is.
It also compares your set of files to the copy of files on the external drive, and copies all the new and changed stuff ONLY over to backup copy. Sweet. So it makes a backup quickly, since once you've got the great big back up of ALL the stuff you don't want to lose, making further backups only deals with a subset of files you've messed with.
I put this command inside a .bat file. so I can run a backup everytime I quit a session.
"C:\Program Files\Microsoft Rich Tools\RichCopy 4.0\Richcopy.exe" "C:\Documents and Settings\timeking\My Documents" "E:\RichCopy" /FSD /TSD /TSU /NE /PRP /SZ /V /TD 10
which tells richcopy that the folder I want to keep backed up is "My Documents" where all my Sonar projects and audio resides, and maintain a current copy of all those files over in my E drive (my 2T USB drive) inside a folder called 'RichCopy'. You could call it anything. I think this is sweet. And its free. And it will work under any operating system because it doesn't do anything except copy. NOTE: If you try to backup your whole operating system drive, a lot of the files won't copy because they are "in use". That is why I still do an Acronis image.