Since all backup solutions are appropriate to various needs, here are my requirements for my home network (two laptops backup on a very low powered server with a 3TiB HDD):
- Free software/open source cross-platform solution - must be able to backup both Linux and Windows clients
- network backup (to a Debian server, storage on HDD)
- very low CPU and memory needs on the server side (server is a de-underclocked Linksys NSLU2 running Debian armel)
- automatic backups with low maintenance cost and easy setup and recovery (setup once, forget about it)
- easily accessible filesystem based storage
- clients should be smart enough to detect when they aren't in the home network and not try to backup when away
- available in Debian
- Windows clients don't need Cygwin
- optional encryption (for storage)
- default sanity checking for stored files (detection/correction of corrupt backed-up files)
- unduplication (if present, sanity checking is mandatory)
- logarithmic storage is a plus
- Web/nice interface for both client and server is a plus
I discarded Bacula, because the general impression I got from what I read is that it is hard to set up, has its own storage and has heavy needs for both clients and server. It sounds like overkill.
So what do other people recommend for my setup? Is Amanda OK? Did I get the wrong impression regarding BackupPC?
9 comments:
http://burp.grke.net/ maybe?
rsync w/ an rsync server on the nslu2. I used this for years and it worked great. Only switched from the nslu2 as it was also my fileserver and the network speed began to annoy me.
It is pretty flexible w/ a bit of shell scripting. I started with the 7 day incremental from rsync.samba.org/examples.html and tweaked it from there.
The shell scripts should certainly be easy to reproduce in a windows friendly batch file or whatever they use. rsync.net has some windows choices that might be useful.
rsnapshot, but in pull mode from the nslu2 ?
It seems to meet all requirements (not sure for "low CPU and memory needs" on the nslu2 ?), and a lot if not all bonus-points.
How about obnam? Probably it's possible to make it run on Windows...
I am using BackupPC and it is pretty nice. It isn't "just a bunch of perl scripts." Although command lines are available I mostly find the web interface more than sufficient. Works well. I would give it a second look.
Give areca-backup a try. It's not a server-client application, it's just a Java application, but I find it very good. I run it from the laptop on which I mount a directory from the backup server through samba for the backup target. You can automate it with cronjobs (windows task scheduler) and you can put a small test in the starting script where you check whether the backup target directory is available.
Another vote for rsync. I use this http://sourceforge.net/projects/rbme/
sno
BackupPC works well, is very slick and does exactly what it should do. You don't need to do anything client side - just feed SMB credentials for the Windows machines or ssh/rsync credentials for the *nix based machines and tell it what to back up. Backups are initiated from the server - so when a client is connected to the network, BackupPC will find it and start an incremental backup.... requires a bit of configuration to get going, but massively fine-tunable :)
BackupPC is a very good solution (three computers, GNU/Linux only) that I use since ages. Saved my life a number of times.
Post a Comment