Amanda-Users

Re: Missing Results

2006-07-03 07:15:04
Subject: Re: Missing Results
From: Luis Rodrigues <luis AT ess.co DOT at>
To: Alexander Jolk <alexj AT buf DOT com>
Date: Mon, 3 Jul 2006 13:11:53 +0200
On Mon, 03 Jul 2006 12:40:24 +0200
Alexander Jolk <alexj AT buf DOT com> wrote:

> Luis Rodrigues wrote:
> >>One something more weird:
> >>You seem to have 2 entries for those DLE's: one succeeded, one missing.
> >>How did you get 2 lines for one DLE???
> > 
> > 
> > Thats what I would like to know.
> 
> autoflush, by any chance?
> 

autoflush? I did't set in any place.

Luis

My config for this is:

org "ess"               # your organization name for reports
mailto "backup"         # space separated list of operators at your site
dumpuser "backup"       # the user to run dumps under
#
inparallel 8            # maximum dumpers that will run in parallel
netusage  80000         # maximum net bandwidth for Amanda, in KB per sec
displayunit "m"

# a filesystem is due for a full backup once every <dumpcycle> days
dumpcycle 7 days        # a week cycle
runspercycle 1          # only run once a week (full dump)
tapecycle 31 tapes      # the number of tapes in rotation

bumpsize 20 MB          # minimum savings (threshold) to bump level 1 -> 2
bumpdays     1          # minimum days at each level
bumpmult     4          # threshold = bumpsize * (level-1)**bumpmult

runtapes     4          #a backup run should not take more than 2 tapes
tapedev "/dev/nst0"     # Linux @ tuck, important: norewinding
tpchanger "chg-zd-mtx" # the tape-changer glue script, see TAPE.CHANGERS
changerfile "/etc/amanda/weekly/changer"
changerdev "/dev/sg4"

tapetype LT01           # what kind of tape it is (see tapetypes below)
labelstr "^ESSDUMP[0-9][0-9]*$" # label constraint regex: all tapes must match

diskdir "/BACKUP/holding"               # where the holding disk is

infofile "/var/lib/amanda/weekly/curinfo"       # database filename
logfile  "/var/log/amanda/weekly/log"   # log filename

# where the index files live
indexdir "/var/lib/amanda/weekly/index"


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