S3 Backups
We just finished up the rest of our tasks for the next release of my project at work on Friday, and it feels great to be done right before getting a couple days off for the holidays.
I recently got my Amazon S3 account setup so that I can use S3 to backup my computers at home. I initially was trying to use a combination of JungleDisk, WebDrive, and robocopy to manage the backups. JungleDisk is the interface between S3 and windows, WebDrive allows you to map your S3 account to a network drive in windows, and robocopy is what I use to mirror my local directory structure on S3.
This solution was “ok”, not great cause it was complicated, but it got the job done. WebDrive also is not free, so it would cost money after the trial period ran up (~$50 I think).
Then, JungleDisk released a version that included built-in drive mapping support, which was great because that made the solution free beceause WebDrive was now out of the picture.
I was having some trouble though, because while I was testing my backups, I noticed that files were being uploaded each time I would backup, even though the files hadn’t changed. I came across this post by Scott Bellware about his switch from JungleDisk to S3Drive and I think I found the cause of my issues, the JungleDisk cache.
So I’ve now switched to S3Drive which also has built-in drive mapping support and no cache so its really a “WYSIWYG” way to manage your S3 account; you can be sure that what you see is actually whats on Amazon’s servers. While I liked the encryption feature in JungleDisk, I agree with Scott that I like having a simple mirror of my directory structure rather than encrypted files that need JungleDisk to function.
I’ve got my new laptop backed up on S3 as well as the server in the basement, all thats left is the desktop in the office, which is going to be ~25 GB when you put in all the pictures that Erin’s got on there. I’m still debating whether or not to backup all of our mp3’s since that will add a lot of space, but its so cheap its tempting.
We’re leaving for my parent’s house in about an hour, so I’m going to start the backup when we leave, so hopefully its done by the time we get back tomorrow night.