I use amanda server on a solaris 8, when I backup the local machine,
but I noticed that the full backup do not include the /usr/lib/ and
some other file.
My configuration file is:
machineName / machineName-comp-root-tar -1 local
and in amanda.conf:
define dumptype machineName-comp-root-tar {
comp-root-tar
exclude "./dumps/*"
}
define dumptype comp-root-tar {
root-tar
comment "Root partitions with compression"
compress client fast
}
define dumptype root-tar {
global
program "GNUTAR"
comment "root partitions dumped with tar"
compress none
index
exclude list "/export/home1/amanda/exclude.gtar"
priority low
}
define interface local {
comment "a local disk"
use 1000 kbps
}