Topic: How do you backup your computers?
One of the bigger swedish computer sites have a thing they call thread of the weekend. A couple of weeks ago the subject was backup. Lot's of different solutions with off-site backup, cloud storage and so on.
So now let's talk about us Crunchbangers. How do you guys backup your computers? Do you have a backup server, a nas, cloud storage or something else?
I myself is just about to set up an off-site server at my mum's. It's about 1000 km to where she lives, and I was really in a hurry, so I just installed Statler and put some disks in the computer and configured SSH.
My idea with this backup server is that I'm going to rsync stuff over to it through SSH. But security is a big concern. Both for keeping the data and for protecting it from being stolen. Perhaps I should set up some kind of disk encryption for my backup dir. The disks containing the backup is to be configured with ZFS. zfs-fuse is probably the way to go. Performance doesn't seem to be great, but that isn't really a con since the ISP only provides 2 mbit internet.
The only problem with this set-up is that my main computer runs Win 7
(yeah, let's not discuss about that now...), so I need to find a good client. One solution would be to run it from a CB install in VirtualBox, but I guess there is a proper rsync client out there.