Backup solution (includes tape backup)

What would be the best Linux based solution for backup (later maybe tape backup too). There are Bacula, Amanda, and others. Any suggestions which to learn ?

(Now I use compressed tarballs simply)


Solution 1:

I highly recommend looking into bacula. It does take quite a bit of work to get it up and running, however once up it is rock solid. If you need any assisstance let me know.

Solution 2:

I would also recommend Bacula. We are using it for backing up sensitive information for several clients with between 2 and 15TB of data. Bacula also helped detect subtle data corruption caused by a faulty LTO4 tape drive.

Solution 3:

The "best" is the one that fully suits your needs and provides reliable restore capabilities. Just don't forget to factor off-site into the equation.

Solution 4:

I was recently was facing same decision and I went with Amanda. It was hard choice because both are good and both have weaknesses. So, my decision boiled down to personal preferences, i.e. GUI vs. command line, dependency on database or no database, etc. My advice go with one that fits you better - they are both good.

Solution 5:

I have eared about rdiff-backup which is simple to use, and does the job well.