I'm running amdump from cron, and in the morning I get a nice report
on the printer. But, sometimes I get 2 and other times I get 3. I
can't work out why this is happening! The reports are all identical,
by the way.
Regards, Steve Woodcock
Here's my tapetype:
define tapetype PYTHON {
comment "Archive Python 04106-XXX"
length 12288 mbytes # 12Gb
filemark 0 kbytes # DDS-3 don't need em
speed 1024 kbytes # guess
lbl-templ "/usr/doc/amanda-server-2.4.2p1/examples/3hole.ps"
}
These are the disklist entries:
soitsrv03.southam.sch / sch-root
soitsrv03.southam.sch /var sch-var
soitsrv03.southam.sch /home sch-home
And the dumptype definitions:
define dumptype sch-global {
global
program "GNUTAR"
comment "Scholastic partitions"
compress client fast
index
priority medium
}
define dumptype sch-root {
sch-global
exclude list "/var/lib/amanda/exclude.root"
}
define dumptype sch-var {
sch-global
exclude list "/var/lib/amanda/exclude.var"
}
define dumptype sch-home {
sch-global
}