So here is what i've done so far.
I create the exclude list and tried adding the exclude statement within the disklist of my intended backupset...
Code:
server1.domain.ca "/opt" "/opt" {
zmc_unix_base
gui_default
encrypt none
compress none
estimate calcsize server
property "zmc_type" "unix"
property "zmc_disklist" "LX_NonProd_BDC_OS_01"
property "zmc_version" "3"
property "zmc_extended_attributes" "gtar"
property "zmc_amanda_app" "gtar"
property "creation_time" "2012-02-29 16:18:12"
property "zmc_occ" "21787814567"
property "last_modified_by" "admin"
property "last_modified_time" "2012-03-19 12:39:41"
property "zmc_show_advanced" "on"
property "zmc_amcheck" "\"/etc/amanda/LX_NonProd_BDC_OS_01/disklist.20120319123941.conf\", line 22:\ndumptype parameter expected\namcheck: errors processing config file"
exclude list "/var/lib/amanda/excludelist_linux"
property "zmc_amcheck_code" "1"
property "zmc_amcheck_warn" ""
property "zmc_amcheck_date" "20120319123941"
zmc_gtar_app
I added the "gui_default" and I've tried it without. Still fails. But without the gui_default, it fails with this instead:
Code:
server1.domain.ca "/opt" "/opt" {
zmc_unix_base
encrypt none
compress none
estimate calcsize server
property "zmc_type" "unix"
property "zmc_disklist" "LX_NonProd_BDC_OS_01"
property "zmc_version" "3"
property "zmc_extended_attributes" "gtar"
property "zmc_amanda_app" "gtar"
property "creation_time" "2012-02-29 16:18:12"
property "zmc_occ" "21789532601"
property "last_modified_by" "admin"
property "last_modified_time" "2012-03-19 12:42:33"
property "zmc_show_advanced" "on"
property "zmc_amcheck" "Amanda Backup Client Hosts Check\n--------------------------------\nERROR: server1.domain.ca: [Can't open exclude file\n/var/lib/amanda/excludelist_linux (No such file or directory)]\nClient check: 1 host checked in 7.069 seconds. 1 problem found."
exclude list "/var/lib/amanda/excludelist_linux"
property "zmc_amcheck_code" "1"
property "zmc_amcheck_warn" ""
property "zmc_amcheck_date" "20120319124233"
zmc_gtar_app
}