Excellent. I figured it out.
I looked around the forum and found this link:
http://www.linuxquestions.org/questi...estore+%2Fhome
topic: How to restore Evolution backup
poster: yaarappa
Basically, what I did was this:
first off, start evolution, then delete the .evolution folder from the /home/someuser/ on the HDD.
Don't delete it off the USB, duh, right?
1. Place /.gconf/apps/evolution on USB into ./.gconf/apps/evolution
2. create folder on desktop: TOBETARRED
3a. extract .evolution folder on USB to ./TOBETARRED
3b. set the permissions
chown -R someuser:someuser $HOME/Desktop/TOBETARRED
chmod -R 775 $HOME/Desktop/TOBETARRED
4. Tarred that folder in ./TOBETARRED to evolution-backup.tar.gz
5. Restarted evolution
Then evolution asks me if I want to restore a "backup"
6. Select the evolution-backup.tar.gz I created.
7. Wait a few moments and let things take place
8. Access the information
What is really, really nice about this is that my email screennames were put back into place. That's because I used a keyring. All of my contacts were put back in place, too.
The thing that makes this event different, which I saw from the beginning, was that I thought evolution would only allow a backup that the program itself made. Well, that's not true. What happened is that evolution accepted the ./.evolution folder I had stored on my USB and allowed me to tar it an insert it into the program as a "supposed" backup.
Things worked out.
Other than that, I didn't lose too many things. I think I will consider backuppc more serious this time and just backup to my server more often.