Open-Source Backups Using Amanda
- « first
- ‹ previous
- 1
- 2
- 3
- 4
Today’s modular x86 servers are compute-centric, designed as a least common denominator to support a wide range of IT workloads. Those generic, virtualized IT workloads have much different resource optimization requirements than hyperscale and cloud applications. They have resulted in a “one size fits all” enterprise IT architecture that is not optimized for a specific set of IT workloads, and especially not emerging hyperscale workloads, such as web applications, big data, and object storage. In this report, you will learn how shifting the focus from traditional compute-centric IT architectures to an innovative disaggregated fabric-based architecture can optimize and scale your data center.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
| Non-Linux FOSS: Seashore | May 10, 2013 |
| Trying to Tame the Tablet | May 08, 2013 |
| Dart: a New Web Programming Experience | May 07, 2013 |
- RSS Feeds
- New Products
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Drupal Is a Framework: Why Everyone Needs to Understand This
- Home, My Backup Data Center
- A Topic for Discussion - Open Source Feature-Richness?
- Dart: a New Web Programming Experience
- Developer Poll
- What's the tweeting protocol?
- May 2013 Issue of Linux Journal: Raspberry Pi
- Reply to comment | Linux Journal
1 min 49 sec ago - Reply to comment | Linux Journal
1 hour 19 min ago - great post
1 hour 53 min ago - Google Docs
2 hours 16 min ago - Reply to comment | Linux Journal
7 hours 4 min ago - Reply to comment | Linux Journal
7 hours 51 min ago - Web Hosting IQ
9 hours 25 min ago - Thanks for taking the time to
11 hours 2 min ago - Linux is good
12 hours 59 min ago - Reply to comment | Linux Journal
13 hours 17 min ago
Free Webinar: Linux Backup and Recovery
Most companies incorporate backup procedures for critical data, which can be restored quickly if a loss occurs. However, fewer companies are prepared for catastrophic system failures, in which they lose all data, the entire operating system, applications, settings, patches and more, reducing their system(s) to “bare metal.” After all, before data can be restored to a system, there must be a system to restore it to.
In this one hour webinar, learn how to enhance your existing backup strategies for better disaster recovery preparedness using Storix System Backup Administrator (SBAdmin), a highly flexible bare-metal recovery solution for UNIX and Linux systems.



Comments
New documentation
Amanda project has seen lots of new developments lately. It also has a cool new wiki with great documentation:
Amanda Wiki
fsbackup
Other very flexible backup tool:
http://freshmeat.net/projects/fsbackup_project/
Re: Open-Source Backups Using Amanda
Another backup tool to consider:
http://flexbackup.sourceforge.net/
up and running in less then 10 minutes
Supprots incremental and differential backups,
a lot of backup methods: tar/star afio cpio ...
so you don't restricted to something specific
On the fly cdrw?
Although I prefer the command line for burning iso images, when it comes to making data backups, I have an easier time with k3b. I recently tried backing up my mail directory, but I have so many emails (maildir, heavy mailing lists), that the k3b app locked up, and I wasn't able to use it. It's probably about 5 GB in size, including sub-directories. I was attempting to span the mail directory across multiple cdrws for backup, but since it crashed...
Also, from what I understand, since it is about 5 GB, I'm assuming I have to make a 5 GB size iso image, split to fit on the 700 MB disks. Can this be done on-the-fly?
In other words, is there a way to backup a directory, say 5 GB in size, so that the directory is compressed to (example, approximate) about 2 GB using tar or other compression utility, then break that 2 GB tarred file into 3 files, 700 MB, 700 MB, 600 MB, and burn those files to 3 CDs, without needing 2 GB hard disk space to temporarily store the files?
2 GB may not sound like much with today's hard drive sizes, but if the above is possible, I'm also planning on backing up entire partitions, using multiple CD disks (I'm sticking with CDR/RW until the larger DVD drives, 50+GB, come out).
Manually creating tar files, then breaking them up to 700 MB each, then organizing the disks, and making sure there is enough room on partitions for all the data, starts turning into such a logistical hassle that it never gets done. I just want to type out a command, write the label for the cd, stick the cd in the drive, hit enter, have the cd eject, put the next cd in, hit enter again, and continue the process until done.
Is this a possibility? Anyone care to share commands used to tar and burn in the same command using pipes? Or should the commands be separated because of the risk of making coasters?
tia.
Re: On the fly cdrw?
Mondo Rescue + Mindi - http://www.microwerks.net/~hugo/ will compress the source(s) and create and burn multiple iso's for CDs spanning the source. Besides the link to Hugo's (the author) site, see "Bootable Restoration CDs with Mondo", Linux Journal, October 2003. Though, it is meant as a bare metal recovery tool.
mondoarchive for Enterprise Linux... Is there such a thing.
I've used mondoarchive for other distributions, RH7.3, Rh8.0, RH9.0, but I haven't been able to make it work with enterprise es. I've looked all over the net, but I cannot seem to find information about this, binaries, howto...nothing. Almost, like they were swallowed by the earth.
Thanks.
Re: On the fly cdrw?
cdbkup is an excellent tool for this. It will, on the fly, tar the data and split the tar files up onto individual CD's. It has similar tools to concatenate the files back together and untar them to restore. It only needs 650MB of space in /tmp during the backup procedure (as it works with 1 iso at a time)
Re: On the fly cdrw?
I too have the need to backup up a few gigs of data to CDRW.
I use Mondo Rescue, as you can set it to backup direct to the CDRW (it'll prompt you to change CDs) or if like me you want it done overnight, you can tell it to backup to ISO images of the size you specify, then burn the ISOs manually.
Re: Open-Source Backups Using Amanda
Another backup tool to consider:
http://flexbackup.sourceforge.net/
up and running in less then 10 minutes
Supprots incremental and differential backups,
a lot of backup methods: tar/star afio cpio ...
springbreak so you don't restricted to something specific
On the fly DVD should be possible
In other words, is there a way to backup a directory, say 5 GB in size, so that the directory is compressed to (example, approximate) about 2 GB using tar or other compression utility, then break that 2 GB tarred file into 3 files, 700 MB, 700 MB, 600 MB, and burn those files to 3 CDs, without needing 2 GB hard disk space to temporarily store the files?
2 GB may not sound like much with today's hard drive sizes, but if the above is possible, I'm also planning on backing up entire partitions, using multiple CD disks (I'm sticking with CDR/RW until the larger DVD drives, 50+GB, come out).
I have been wondering about a similar situation, and
am beginning to lean towards a DVD solution. The reason is
that some DVD formats (DVD+RW and DVD-RAM) can be made
to act almost like a hard disk. If this works as advertised,
writing a compresed 4G archive without intermediate ISO images is
easy.
This inspired by the writeup at
http://fy.chalmers.se/~appro/linux/DVD+RW/
However, not yet tried this in practice. Should get and installl a DVD drive first (but now DVD writers, even multi-standard ones, are finally begining to be reasonably priced).
But has anyone yet tries this strategy?
I Use Amanda - but am going to move to something else
While the only backup tool I've used to date is Amanda, I'm prepared to abandon it for another tool with features more to my liking - still open-source, of course. Others must have felt the same way, given the number of different backup programs out there. In my search, I've come across these tools with no special support for backups across a network:
afio - http://freshmeat.net/projects/afio/
Mondo Rescue + Mindi - http://www.microwerks.net/~hugo/
storebackup - http://sourceforge.net/projects/storebackup/
Taper - http://taper.sourceforge.net
and these tools that do offer some support for backups across a network:
afbackup - http://sourceforge.net/projects/afbackup/
Amanda CD-RW Taper - http://www.tivano.de/software/amanda/
bacula - http://www.bacula.org
BackupPC - http://backuppc.sourceforge.net
Box Backup - http://www.fluffy.co.uk/boxbackup/
DAR - http://dar.linux.free.fr
Drakbackup - http://people.mandrakesoft.com/~sbenedict/
duplicty - http://www.nongnu.org/duplicity/
FauBackup - http://faubackup.sourceforge.net
Hdup - http://miek.nl/projects/hdup16/hdup16.html
rdiff-backup - http://rdiff-backup.stanford.edu/
There's even a few more tools listed at these two pages:
http://www.backupcentral.com/free-backup-software2.html
http://directory.fsf.org/sysadmin/Backup/
This long introduction leads me to the one page I've found so far comparing various open-source backup tools:
http://www.fluffy.co.uk/boxbackup/comparison.html
By the author of Box Backup - which I'm sure reflects his biases.
It would be nice to see more such comparisons as well as hear peoples' experiences with these various tools.
Backup utilities - open source
I have used cobian backup for some time on the windows OS with great success. Supports compressed backups, FTP, network, encrypted and password locked archives, full/incremental/scheduled backups, more.
It has been freeware for a long time and now it is open source too.
http://sourceforge.net/projects/cobianbackup
In response to the above, the
In response to the above, the closest free/open-source alternative to Amanda that I've found until now is Bacula. While most of the other systems mostly seem to focus on small backups to harddrive or CD/DVD, Bacula is a real client/server backup system (like Amanda) that caters for users who backup a network of multiple clients/servers to tape (ie it has built-in tape/volume handling, scheduling, ...) or other storage systems. Given the problems Amanda had with backing up Win32 machines (when the Samba team changed a single line of output, my whole backup system fell apart) and handling the spanning of backups to multiple tapes, I've migrated to Bacula (that has 'native' backup agents for Win32 and supports tape spanning like everybody else) and never looked back again.
Re: I Use Amanda - but am going to move to something else
I came across this,
http://www.tpci.com/linux_backup_software.htm
it may interest you.