Started 2 weeks, 3 days ago (2009-11-17 10:22:00)
by Caesonia
I can't even find what the heck logs you should look at, because the planner s
ays buzz all.
I love watching simple questions that have been researched sit for severald ays without a hint.
Started 2 weeks, 6 days ago (2009-11-14 07:41:00)
by choogendyk
The basic idea is explained here http://wiki.zmanda.com/index.php/Ama...manda_recov
ery . Amanda's tape format includes a header that can be read using dd. That header gives the commands to read the tape. There is more detail on Amanda recovery here http://wiki.zmanda.com/index.php/Restoring_files , with examples of various situations.
Started 8 months ago (2009-04-07 18:55:00)
by wjtaylor
I reinstalled the RPM and it works....
Thanks,
WT
Started 10 months, 2 weeks ago (2009-01-19 15:13:00)
by pyeatman
What consists of the 9.9g of data?
Paul
Started 1 month ago (2009-11-03 04:42:00)
by choogendyk
I haven't used the packages, but it appears that they do use amandabackup as the user. See http://wiki.zmanda.com/index.php/Ama...ge#Amanda_u ser .
Since you're building from source, you can do whatever you want. It's an issue of standard practices. I have built from source on all my systems and used the name amanda for both user and group. Then, in one department, I had a person whose name ...
Started 1 month ago (2009-11-02 05:10:00)
by choogendyk
Did you resolve this? Seems weird. What version of Amanda are you using? I presume you configured the
tape library so that you can move tapes around manually with mtx and that all works? Then you integrated that into your Amanda configuration, which is named HPTapeLibrary, using the chg-zd-mtx changer script? And confirmed that that works? Are you watching the changer and seeing what it is doing ...
Started 1 month ago (2009-11-02 19:47:00)
by choogendyk
Did you resolve this question?
The Amanda user is a configure option (the first step in building Amanda from sou
rce). That is necessary because there are many things that have to be installed with the proper ownership to work. See http://wiki.zmanda.com/index.php/Ins..._Amanda_Sou rce , or see http://wiki.zmanda.com/index.php/Quick_start for a broader overview. So, yes, you would have to ...
Started 1 month ago (2009-11-02 18:36:00)
by choogendyk
Did you resolve this?
It looks like you have a tape cycle of 25, and you have only labeled
the first 9 tapes. So, at present, it thinks it cannot run a backup, because it cannot recycle any of the available labeled tapes. You can get around this problem by labeling the remaining unlabeled tapes (vtapes).
Then you will have to show what happens after that. Without seeing the errors, I'm ...
Started 1 month, 1 week ago (2009-10-23 08:55:00)
by zmanda_jacob
I did not see your original post. What was it? The amreport command can be used to generate reports and you could schedule something like this through cron. The command format would be:
amreport backupset -l log.
timestamp.0 -f report.txt
It would then process log.timestamp.0 and generate a report in report.txt that you could view.