Slashdot Log In
Amanda 2.5 Released
Posted by
ScuttleMonkey
on Sun Mar 26, 2006 06:11 PM
from the better-ways-to-stash-your-goods dept.
from the better-ways-to-stash-your-goods dept.
Anonymous Coward writes to tell us that a new release of the popular open source backup tool Amanda is now available fixing many of the limitations of previous versions. From the release: "Overall the focus of the release is on security of the backup process & backed up data, scalability of the backup process and ease of installation & configuration of Amanda."
Related Stories
[+]
Ask Slashdot: What is Your Backup Policy? 124 comments
higuita asks: "A few days ago, I was asked to check our backups policy, how they are being applied and to try to make it safer and more useful. Being new to the company, I started to check what is being done right now and found several problems. Since I don't have much experience with enterprise backups, what are the most used backup policies, software and global ideas about this issue? We have less than 1000 workstations (Windows and Macs), about 20 Oracle and Exchange servers (split between Windows, Solaris, and Linux), and it all needs to be backed up. Right now, we use the HP data protector with several tapes, where most things have a weekly full backup and daily incremental backups, and that most full backups are archived permanently in a safe we have for this purpose. We also have off-site storage for backups, as well. What practices and policies do Slashdot users implement for backups they perform at their office (home backups practices I am not interested in)?"
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
What a co-incidence! (Score:5, Funny)
Ahh, fun times.
Re:What a co-incidence! (Score:4, Funny)
Parent
Re:What a co-incidence! (Score:3, Funny)
Was Amanda's last name Hugankiss?
Re:What a co-incidence! (Score:2, Funny)
>Amanda was always my backup
and the signature was
>Your wife just won't understand
Not just high-school backup... (Score:5, Funny)
[telephone rings]
Slashdotter: Hello? Oh hi Mom. How's my laundry coming along?
Mother: It's almost done, dearie. I can't seem to get the stain out of your Starfleet Command t-shirt, though.
Slashdotter: [frustrated] Aww!
Mother: Don't worry, I'll keep trying. [pause] Dear, are you seeing anyone? I'm worried about you.
Slashdotter: Aw come on, mom. Well, um, yeah... sure I'm seeing someone.
Mother: You're not fibbing again, are you?
Slashdotter: What? No!
Mother: If you aren't fibbing, tell me what her name is.
Slashdotter: Uh...her name is... Amanda.
Mother: Really?
Slashdotter: Yeah, Amanda. I'm serious. Amanda is really cool.
Mother: You have a GIRLFRIEND? REALLY? I'm so thrilled! Your father will be so thrilled!
Slashdotter: Yes... Amanda. In fact, she's someone at the office. We really "click".
Mother: Oh! I am ~so~ glad. You do have to be careful with an office relationship, dearie. I hope you are being discrete.
Slashdotter: Don't worry, mom. We keep it very professional when we see each other at work.
Mother: I'm glad! Amanda... that is a nice name. Is she pretty?
Slashdotter: Oh yes, yes she is. Pretty in an intuitive sort of way. And totally low maintenance.
Mother: She sounds wonderful!
Slashdotter: Yeah... um... Yeah, and mom? Amanda would really like to see my Starfleet Command t-shirt this weekend...
Mother: I'll take care of it right away, dear! Your father will be so thrilled!
Parent
thanks amanda (Score:2, Informative)
Re:thanks amanda (Score:5, Funny)
Parent
Re:thanks amanda (Score:3, Funny)
Simple: schedule time to run the dumper...
Cheers
Stor
Re:thanks amanda (Score:2)
Re:thanks amanda (Score:2)
Dev code name: "HugNKiss" (Score:2, Funny)
Great software (Score:2, Interesting)
Re:Great software (Score:2, Interesting)
But why is this listed under Linux?
Re:Great software (Score:2)
Re:Great software (Score:2, Insightful)
Works great with older setups & configs (Score:5, Informative)
Newbies, please goto amanda.org or zmanda.org and read the top ten FAQ there, it will save you many headaches in getting it setup. To make it work, and work well, may require a re-thinking of how you think a backup should be done. Once setup its a background process you get nightly emails from, but requires little or no hand-holding on a daily basis other than making sure the tape needed is in the drive for tonights run. vtape users (where the tape images are kept on a humongous hard drive) don't even have to deal with that, the best of both worlds IMO. I've been doing that for about 18 months or more here at the coyote.den, my private domains name.
And I highly recommend subscribing to the amanda-user mailing list, details on amanda.org, where you can ask for help and get it from more knowledgable people than I, although you will find me there too. 10 messages is a busy day so it won't eat your lunch.
--
Cheers, Gene
Re:Works great with older setups & configs (Score:2)
Re:Works great with older setups & configs (Score:3, Interesting)
spanning (Score:2)
Yes! Tape Spanning! (Score:5, Informative)
Parent
How long until DVD spanning? (Score:2)
I don't want anything fancy - just full and incremental backup. Yet every product seems to be designed either for single users backing up key documents to a single CD, or for enterprise users backing up terabytes of documents to expensive tape drives!
Mondo Rescue (Score:2, Interesting)
Re:How long until DVD spanning? (Score:3, Interesting)
BackupPC is also good (Score:5, Informative)
What I really like about BackupPC is the Disk based backup focus of it. It does NOT support tape drives. But for doing backups to hard drives it is great. And with the way it will only keep one copy of a file, no matter how many systems it is on really helps to minimize disk space usage. Example: You have
Great stuff!
Re:BackupPC is also good (Score:2, Informative)
Does it still use UDP for control? (Score:2)
How does it compare to Bacula? (Score:4, Interesting)
The thing I like about Bacula is that it will allow you to spread a backup job accross multiple tapes, supports backups to disk, has its own scheduling system, and has a native windows client. From what I understand Amanda uses tar and relies upon NFS, SMB, or other network filesystem protocols to work. Bacula on the other hand has a true client/server architecture with a native client running on all of the systems it supports. It also makes use of MySQL to keep track of backup jobs. This made it very easy for me to create a web interface for it (http://raobackup.eas.asu.edu/ [asu.edu]
If Amanda has been improved to be competitive with Bacula in some of these areas then I'll definitely have to investigate it.
Lee
Re:How does it compare to Bacula? (Score:5, Interesting)
Amanda has always allowed backups to a holding disk & the scheduler has been fantasitc. There isn't a native windows client, but the windows client runs fine under cygwin, or one can backup SMB shares.
Amanda does rely on tar (which is, IMHO, a good thing), but that tar can be different on each client (so that one can backup resource forks on OS X, for example).
Amanda doesn't rely on NFS or SMB, but can use them. There are excellent web interfaces through, for example, webmin.
Parent
Re:How does it compare to Bacula? (Score:2, Informative)
- Data format on the media: You can restore from Amanda media without using Amanda. The commands to
restore data is part of the header
- Consistent backup window: Amanda unique scheduler tries to backup same amount of data every backup run.
Paddy
Bacula doesn't have Amanda's scheduling. (Score:5, Interesting)
For a site with growing storage there's no alternative to Amanda.
Parent
Parent is not a troll. (Score:2)
I've been wondering the same thing. There are quite a few Linux backup products out there, ranging from the more full-featured network backup systems like Amanda and Bacula to shell scripts (some of which are damned impressive by themselves). I've become aware of all the different options because I just bought a DDS tape autoloader for backing up my home network, and choosing one can be pretty daunting. (And I only have a handful o
Re:Robustness (Score:2)
Lee
I Tried It Once... (Score:5, Interesting)
Not only has it always been versatile as far as the hardware it uses--for my SOHO server, an external USB Harddrive is the ticket, one that I can just snatch and carry with me if natural disaster threatens, e.g.--but the METHOD of backup [nongnu.org] is superior to anything I've personally ever encountered.
Backup AND restore are both a breeze.
I'm sure that AMANDA is more appropriate for many (read "more servers") usage, but I've found rdiff-backup to be perfect for someone like me, with only a single server to worry about (althought that single server contains all my family's business and personal files--so to us, it's not such a trivial thing).
Re:I Tried It Once... (Score:2)
solid piece of software (Score:3, Informative)
Generalised backup applications? (Score:2)
Re:Generalised backup applications? (Score:2, Informative)
Legitimate question (Score:2)
And does it support tape backup hardware?
Re:Legitimate question (Score:2)
Access control lists? (Score:2)
Melissa
Nice but.. (Score:3, Informative)
Also we use rsnapshot [freshmeat.net] for hourly/daily/weekly/monthly snapshots of the whole filesystem (rsnapshot is very cool and simple too).
Re:Nice but.. (Score:3, Informative)
What's next for amanda? (Score:5, Informative)
Re:What's next for amanda? (Score:3, Informative)
I believe what is meant here is that certain configuration files (such as the list of which disks to backup or files to exclude) are delimited with white space.
This is currently somewhat anoying, but not too limiting. You'll tell it to backup things like "/home" and "/etc" or "/cygdrive/c/Docume~1" & it will backup files and folders in those with names like "New Folder" a
Re: Amanda 2.5 Released - no .deb's? (Score:2, Informative)
http://packages.debian.org/stable/utils/amanda-se
http://packages.debian.org/stable/utils/amanda-cl
Re: Amanda 2.5 Released - no .deb's? (Score:2, Informative)
It will be also available from http://www.zmanda.com/downloads.html [zmanda.com] site soon
Re:Backups? (Score:2, Funny)
Re:Amanda or Zmanda? (Score:2, Informative)
Re:Nice... (Score:2)
Re:Nice... (Score:2)