Hi,
I started to use amanda since last week .
My amanda server host name is "bakubak" .
My amanda client host name is "mailde" .
I could get remote client "mailde" backup .
The log file is following..
START driver date 20020218
START planner date 20020218
WARNING planner Last full dump of mailde:/ on tape overwritten in 1 run.
FINISH planner date 20020218
STATS driver startup time 0.488
START taper datestamp 20020218 label DailySet10 tape 0
SUCCESS dumper mailde / 20020218 0 [sec 38.255 kb 74336 kps 1943.1 orig-kb
74330]
SUCCESS taper mailde / 20020218 0 [sec 91.759 kb 74368 kps 810.5 {wr:
writers 2324 rdwait 0.000 wrwai
t 81.280 filemark 9.842}]
INFO taper tape DailySet10 kb 74368 fm 1 [OK]
FINISH driver date 20020218 time 149.664
I am getting error such as the following. when I executed amrecover command
.
[root@bakubak mailde]# amrecover mailde
AMRECOVER Version 2.4.2p2. Contacting server on bakubak ...
220 bakubak AMANDA index server (2.4.2p2) ready.
200 Access OK
Setting restore date to today (2002-02-18)
200 Working date set to 2002-02-18.
200 Config set to mailde.
501 No index records for host: bakubak. Invalid?
Trying bakubak ...
501 No index records for host: bakubak. Invalid?
Trying bakubak ...
501 No index records for host: bakubak. Invalid?
amrecover>
Now, I can not access remote client "mailde" backup data.
My disklist and amanda.conf include the following line .
disklist file:
mailde / root-tar
amanda.conf file:
indexdir "/usr/local/etc/amanda/mailde/index"
define dumptype global {
comment "Global definitions"
index yes
}
define dumptype root-tar {
global
program "GNUTAR"
comment "root partitions dumped with tar"
compress none
index yes
exclude list "/usr/local/lib/amanda/exclude.gtar"
priority low
}
Why am I getting "No index records for host" ?
What value should I include "/usr/local/lib/amanda/exclude.gtar" file ?
How is it recoverable if backup data carries out?
Best regards,
Masafumi Hikawa