Amanda-Users

Re: no Index on client

2008-10-14 04:42:06
Subject: Re: no Index on client
From: Prashant Ramhit <prashant AT bluebarracuda DOT com>
To: amanda-users AT amanda DOT org
Date: Tue, 14 Oct 2008 09:32:06 +0100
Hi Jon,
Thanks for your reply.

Indexing is set in the debian clients are backup without any issues.

Is there any thing else to add to the amanda-client.conf ??


Error I have from amreport

   FAILURE AND STRANGE DUMP SUMMARY:
     webtwo  /usr/local/amanda/  lev 0  FAILED [missing result for
   /usr/local/amanda/ in webtwo response]


#### amanda.conf ###
amanda@backupserver:/etc/amanda/fullback$ more amanda.conf
org "Bluebarracuda - Daily Tape"
mailto "amanda"
dumpuser "amanda"
inparallel 4
netusage 600

# a filesystem is due for a full backup once every day
#dumpcycle 7 days
#tapecycle 2 tapes
#runspercycle 1
#runtapes 1

dumpcycle 1 week
runspercycle 5
runtapes 1
tapecycle 6 tapes

usetimestamps yes
bumpsize 20 MB
bumpdays 1
bumpmult 4

tapedev "/dev/nst0"

tapetype LTO-4
labelstr "^FULLBACK-[0-9][0-9]*$"
infofile "/var/lib/amanda/fullback/curinfo"    # database filename
logdir   "/var/lib/amanda/fullback"            # log directory
indexdir "/var/lib/amanda/fullback/index"      # index directory
amrecover_do_fsf yes
amrecover_check_label yes


holdingdisk hd1 {
   comment "main holding disk"
   directory "/var/tmp/amanda"
   use 1000 Mb
#   chunksize 2 Gb     # size of chunk if you want big dump to be
}

define tapetype LTO-4 {
  comment "HP LTO4 800Gb - Compression Off"
  length 802816 mbytes
  filemark 0 kbytes
  speed 52616 kps
}

define dumptype global {
   index yes
   record yes
   auth "bsd"
}

define dumptype always-full {
   global
   comment "Full dump of this filesystem always"
   compress none
   priority high
   dumpcycle 0
   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
}

define dumptype comp-root-tar {
   root-tar
   comment "Root partitions with compression"
   compress client fast
   index yes
}


### amanda-client.conf ###

root@webtwo:/usr/local/amanda/etc/amanda# more amanda-client.conf

   conf "fullback"        # your config name
   index_server "backupserver"    # your amindexd server
   tape_server  "backupserver"    # your amidxtaped server
   tapedev      "/dev/null"    # your tape device
   auth "bsd"


What is missing in the amanda-client.conf file?

        Was indexing turned on in the config for that DLE?

How to turn that on?

Many thanks

Prashant



Jon LaBadie wrote:
On Mon, Oct 13, 2008 at 05:57:11PM +0100, Prashant Ramhit wrote:
Hi All,

I have added a slackware host to a backup schedule and there is no index for the host.

Amrecover shows the following for host webtwo and test directory is /usr/local/amanda

   200 Disk set to /usr/local/amanda/.
   No index records for disk for specified date
   If date correct, notify system administrator
   amrecover> quit


Was indexing turned on in the config for that DLE?
Did you set a date or take amrecover's default?
Which ever date was used, was a dump already done
on that date?
Can you see indexes for that DLE in the indexdir?




<Prev in Thread] Current Thread [Next in Thread>