Can anyone suggest a good open source/free backup software that works on CentOS? I was reading through the manuals on how to back things up and it said do 1 of 2 things. Buy a 3rd party software packages or make one from source. Well I have no clue how to do the 2nd option and I don't want to spend any money so I figured I would as you gurus. BTW I am newb so easier the software the better. Thanks.
On Tue, Apr 18, 2006 at 07:21:04AM -0500, Chris Peikert enlightened us:
Can anyone suggest a good open source/free backup software that works on CentOS? I was reading through the manuals on how to back things up and it said do 1 of 2 things. Buy a 3rd party software packages or make one from source. Well I have no clue how to do the 2nd option and I don't want to spend any money so I figured I would as you gurus. BTW I am newb so easier the software the better. Thanks.
What, and how much, are you trying to back up? What storage device will you be backing up to (tape, dvd, disk)?
There are several projects out there: amanda (my personal favorite), bacula, backuppc, and I'm sure a few others. More details on your expected usage can help folks point you in the better direction.
Matt
Well the idea is if I can get my CentOS box to communicate with my Windows 2003 network I was going to do a backup and put the backup file on a windows box where I would have Backup Exec put it on Tape. One step at a time though. I haven't tackled trying to get the CentOS and Windows to talk yet. I have lots of reading to do on that subject yet. Thanks for the list of backup software.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Matt Hyclak Sent: Tuesday, April 18, 2006 7:24 AM To: CentOS mailing list Subject: Re: [CentOS] Backing up CentOS
On Tue, Apr 18, 2006 at 07:21:04AM -0500, Chris Peikert enlightened us:
Can anyone suggest a good open source/free backup software that works on CentOS? I was reading through the manuals on how to back things up and it said do 1 of 2 things. Buy a 3rd party software packages or make one from source. Well I have no clue how to do the 2nd option and I don't want to spend any money so I figured I would as you gurus. BTW I am newb so easier the software the better. Thanks.
What, and how much, are you trying to back up? What storage device will you be backing up to (tape, dvd, disk)?
There are several projects out there: amanda (my personal favorite), bacula, backuppc, and I'm sure a few others. More details on your expected usage can help folks point you in the better direction.
Matt
On Tue, 18 Apr 2006, Chris Peikert wrote:
Well the idea is if I can get my CentOS box to communicate with my Windows 2003 network I was going to do a backup and put the backup file on a windows box where I would have Backup Exec put it on Tape. One step at a time though. I haven't tackled trying to get the CentOS and Windows to talk yet. I have lots of reading to do on that subject yet. Thanks for the list of backup software.
I have not looked into this for a few years, but at the time, Veritas provided a free license for you to download/use a copy of their Unix backup agent to run on Linux. Go to their support site. If you can find a Linux agent, go ahead and use that. If not, I believe I used their generic Unix agent. This will allow you to backup your Linux server to a Backup Exec server directly.
Barry
Thanks guys I will look into using Veritas as soon as I figure out how to get Windows and Linux to talk.
-----Original Message----- From: centos-bounces@centos.org [mailto:centos-bounces@centos.org] On Behalf Of Barry Brimer Sent: Tuesday, April 18, 2006 8:42 AM To: CentOS mailing list Subject: RE: [CentOS] Backing up CentOS
On Tue, 18 Apr 2006, Chris Peikert wrote:
Well the idea is if I can get my CentOS box to communicate with my Windows 2003 network I was going to do a backup and put the backup file on a
windows
box where I would have Backup Exec put it on Tape. One step at a time though. I haven't tackled trying to get the CentOS and Windows to talk
yet.
I have lots of reading to do on that subject yet. Thanks for the list of backup software.
I have not looked into this for a few years, but at the time, Veritas provided a free license for you to download/use a copy of their Unix backup agent to run on Linux. Go to their support site. If you can find a Linux agent, go ahead and use that. If not, I believe I used their generic Unix agent. This will allow you to backup your Linux server to a Backup Exec server directly.
Barry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
Also see the document on backups :- Planning for Disaster http://local_mirror/rhel-isa-en-4/s1-disaster-backups.html
Replace local_mirror with a mirror of the docs near you
__________________________________________________ Improve the mailing list by performing a simple search before posting and reading the FAQ/etiquette. Protect the integrity of your installation with the yum plugins.
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Tue, 2006-04-18 at 07:21 -0500, Chris Peikert wrote:
Can anyone suggest a good open source/free backup software that works on CentOS? I was reading through the manuals on how to back things up and it said do 1 of 2 things. Buy a 3rd party software packages or make one from source. Well I have no clue how to do the 2nd option and I don’t want to spend any money so I figured I would as you gurus. BTW I am newb so easier the software the better. Thanks.
I just built a package called backuppc for the testing CentOS repo. It requires a dedicated backup server that you run it on, and it can backup Linux/Unix/Mac machines via rsync or tar and Windows machines via samba.
The RPMs are just the start and it is a complicated setup but it is a good solution for backups:
http://lists.centos.org/pipermail/centos-devel/2006-April/002216.html
Thanks, Johnny Hughes
On Tue, 2006-04-18 at 15:16, Johnny Hughes wrote:
I just built a package called backuppc for the testing CentOS repo. It requires a dedicated backup server that you run it on, and it can backup Linux/Unix/Mac machines via rsync or tar and Windows machines via samba.
Actually a fast desktop machine with a big disk drive works pretty well. If the targets you are backing up are left on all the time backuppc will do all its work at night so you can use the machine for other things in the daytime.
On Tue, 2006-04-18 at 17:57 -0500, Les Mikesell wrote:
On Tue, 2006-04-18 at 15:16, Johnny Hughes wrote:
I just built a package called backuppc for the testing CentOS repo. It requires a dedicated backup server that you run it on, and it can backup Linux/Unix/Mac machines via rsync or tar and Windows machines via samba.
Actually a fast desktop machine with a big disk drive works pretty well. If the targets you are backing up are left on all the time backuppc will do all its work at night so you can use the machine for other things in the daytime.
Right,
I didn't explain myself very well :)
What I meant was that backuppc requires that you run both it's daemon and the httpd (apache) daemon as the backuppc user ... this can cause issues with other web applications, so you should pick a machine that doesn't run other web server applications or hosts if possible.
Any machine that can run CentOS 4 and has 256mb RAM and lots of storage space can be the backup machine ... though there are calculations and those will run much faster with more horsepower. Also lots of stuff can be cached, so the more memory the better too.
You could run 2 separate instances of httpd (apache) on different ports (a normal one and a backuppc one) which would allow you to run normal websites and the backuppc server on a web server ... so anything is possible.
I think backuppc is probably what you are looking for. It seems very popular and very reputable. Oh, it might be a little brutal on the initial setup...I really don't know.
I run my own snapshot style backups from my own scripts. You are welcome to then but in honesty, If I was not so heavy into my own backup scripts I would have went with what les mikesell suggested a good while back and that was backuppc.
John Rose
// shameless plug follows //
My biggest frustrations with other systems (such as amanda) included non-graceful recovery from a backup failure, incomprehensible configuration, poor handling of limited disk space, non-versioned backups, and backup formats that made recovering individual backups painful.
Some time ago, I got frustrated, and wrote a disk-to-disk, versioned backup system with PHP. Combined with Samba, it can back up Windows hosts by mounting them on the local filesystem.
http://www.effortlessis.com/backupbuddy/
It scratches my particular itch and works with virtually no further attention on my part, but lets me know if there's a problem. I hope you find this useful.
-Ben
On Tuesday 18 April 2006 05:21, Chris Peikert wrote:
Can anyone suggest a good open source/free backup software that works on CentOS? I was reading through the manuals on how to back things up and it said do 1 of 2 things. Buy a 3rd party software packages or make one from source. Well I have no clue how to do the 2nd option and I don't want to spend any money so I figured I would as you gurus. BTW I am newb so easier the software the better. Thanks.