I have an /etc/amanda/foo/amanda.conf which starts with:
define holdingdisk "external_holding" {
directory "/media/amanda_holdingdisk"
}
...and amcheck complains:
amandabac...@backupserver:/etc/amanda/foo$ amcheck foo
"/etc/amanda/foo/amanda.conf", line 2: DUMPTYPE, INTERFACE, TAPETYPE,
APPLICATION-TOOL, SCRIPT-TOOL, DEVICE, or CHANGER expected
"/etc/amanda/foo/amanda.conf", line 2: end of line is expected
"/etc/amanda/foo/amanda.conf", line 3: configuration keyword expected
"/etc/amanda/foo/amanda.conf", line 4: configuration keyword expected
"/etc/amanda/foo/amanda.conf", line 5: configuration keyword expected
amcheck: errors processing config file
...line 2 is the "define holdingdisk . . ." line. Isn't this how I
define a holdingdisk?