Jan 27
An email discussion with a new friend of mine made me think about my backup strategy. It’s actually pretty complicated, making use of command-line WinZip, Vice Versa Pro, and FolderShare. However, she pointed out that something she thought was being backed up actually wasn’t (specifically her EverNote database). This made me think, and check how recent my backups were. It turns out that neither my EverNote database nor my Outlook.pst file were being backed up.
Let’s ignore EverNote for now and focus on the Outlook.pst. I managed to get a backup going, but it required some scripting with AutoIt, because I had to end some processes. Now, it turns out that if Outlook is open, you can’t zip, or copy, the outlook.pst file. Fine, just shut down outlook. However, it still wasn’t working on my machine. I did some debugging, and discovered that my Rainlendar (see my review) was keeping a lock on the file. This makes sense, since it was showing the outlook data. However, even shutting that down didn’t work. What else could be locking that file?
Well, it turns out that Copernic Desktop Search (see my review) was *also* locking the pst file. Interesting. It doesn’t lock any other file that I know of. Anyway, knowing this, the scripted backup isn’t too bad: shut down processes, copy desired files somewhere, start processes up again. I just finished tweaking it this morning.
Then, tonight, I was reading the Download Squad RSS feed, and there was a post about a Big list of free Microsoft apps. I was curious and so followed the link to The Road to Know Where and from there to another page on the same blog that lists FREE Microsoft Office Software. Halfway down the page is a link to the Personal Folders backup, a Microsoft Outlook 2003 Add-in. I downloaded and installed the add-in. Pretty painless. To run, you open Outlook, goto File, select Backup and then follow the prompt. So I tried it. Sigh. It runs as soon as Outlook is turned off. Unfortunately, Rainlendar and CDS are still running at the time. So, it doesn’t really work for my system.
However, if you use Outlook 2003, and want to be able to backup your personal folders easily, and don’t have other programs like Rainlendar or CDS that are locking the file, this would be a great solution for you :)