Backup Solutions

Jun 15, 2009 09:27

Like others before me, I too would like to mend my ways and setup a real backup solution. For this purpose, I've requisitioned a NAS that will soon have RAID-5. Now, I just need a way of getting the data from my computer to it.

Things I'd like:
  • Backup the whole hard drive (perhaps with folder exclusion), ideally also the windows registry and ( Read more... )

Leave a comment

istar June 15 2009, 17:13:54 UTC
Why encrypt transmission, unless you're planning on sending your backups over a public network?

Reply

camlost June 15 2009, 17:18:33 UTC
I assume this is a coolness factor issue.

Reply

iluvsheep June 15 2009, 18:13:52 UTC
I'm actually planning on storing the NAS somewhere else (not at my house). That way if something happens to my house (robbery, fire, etc.), I'll still have a backup elsewhere.

I haven't worked out the details yet, and I might very well not need secure transmission (for example, if got a VPN working). We'll see.

Reply

mbrubeck June 15 2009, 20:30:48 UTC
Since you're planning to do this remotely anyways, did you consider using a hosted service like Jungle Disk? It meets all of your criteria except it's not free. Depending on how much data you have, the cost of Jungle Disk (monthly charge of $2 + $0.15/GB) might be more or less than the cost of buying and maintaining your own storage device.

My personal experience is very Linux-biased and maybe not very useful for Windows, but anyways:

I'm currently using the open-source Duplicity to do encrypted, incremental, versioned backups to my own servers and to Amazon S3. It's a Unixy command-line tool (can be used under Cygwin on Windows) and you'd need to use something like cron to set it up as a fire-and-forget job. As with many encrypted backup formats, it's possible but not exactly easy to access individual files in the backup. (You can list files and restore individual files from the command line.)

I've also used rsnapshot which is very similar except it doesn't do encryption and doesn't support S3 (but does make it easy to access ( ... )

Reply

iluvsheep June 15 2009, 21:31:33 UTC
You make a good point about online backups, but ( ... )

Reply

inferno0069 June 16 2009, 04:39:17 UTC
You probably wouldn't need a special rsnapshot, but just a config file someone else had prepared with a list of what to exclude.

Reply

inferno0069 June 16 2009, 05:07:45 UTC
Oh, oops, once I got all the way down here I thought you were excluding, not hoping to include, the trash can.

Reply


Leave a comment

Up