On 13.1.2010 12:04, Sorin Srbu wrote:
Hi all,
I've built a new backup server for our linux-clients.
Is Amanda the way to go for a backup-solution?
It seems to be pretty powerful, if a bit finickety to set up initially.
The way we currently do backups is to use rsync from the clients to two folders on an older server that rolls over every other week. This worked fine for a while, but the rsync is cumulative and the users generate a tremendous amount of data every day after having had a client upgrade with newer and hilariously fast computers for calculation. The previous *nix-admin set it up this way with rsync, meaning that we in the long run have data that is way obsolete and get increasingly difficult to maintain.
As the backup solution must be next to free, ie "free beer", Amanda looks suitable.
What do you use for backing up data?
I think nobody has yet mentioned rdiff-backup. I have very good experiences with it. Easy to setup and control (only remember first to install the required packages, and I think rsync-devel was not mentioned but is required).
Rdiff-backup keeps up an exact copy of the source director(ies), plus it maintains a separate directory for deleted/changed items. With an appropriate command you can restore the source directory as it was at a given point of time. Very neat, and space-saving.
http://rdiff-backup.nongnu.org/
- Jussi
Jussi Hirvi wrote:
I think nobody has yet mentioned rdiff-backup. I have very good experiences with it. Easy to setup and control (only remember first to install the required packages, and I think rsync-devel was not mentioned but is required).
What did you run into that requires rsync-devel? I've been running rdiff-backup quite happily for about 6 months without having rsync-devel installed either on the server or any of the clients (CentOS 5 server; mix of CentOS 5 and Fedora 12 clients).
rsync-2.6.8-3.1.i386.rpm rdiff-backup-1.2.8-1.el5.rf.i386.rpm (from rpmforge)
On Wed, Jan 13, 2010 at 5:20 PM, Jussi Hirvi listmember@greenspot.fi wrote:
I think nobody has yet mentioned rdiff-backup. I have very good experiences with it. Easy to setup and control (only remember first to install the required packages, and I think rsync-devel was not mentioned but is required).
Rdiff-backup keeps up an exact copy of the source director(ies), plus it maintains a separate directory for deleted/changed items. With an appropriate command you can restore the source directory as it was at a given point of time. Very neat, and space-saving.
http://rdiff-backup.nongnu.org/
- Jussi
yes, i can agree. also using rdiff-backup and can say that it is very good sollution. even tested it by restoring few terabaytes of information.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On
Behalf
Of Arturas Skauronas Sent: Friday, January 15, 2010 6:50 PM To: CentOS mailing list Subject: Re: [CentOS] Backup server
Guys, BackupPC works like the proverbial charm.
Thank you very much to all who advised and hinted me about this solution and the initial "burn-in" problems!