Hello list!
My objective: to make a FULL backup on tape every weekday. If there is
data on the tape, I want it removed and/or overwritten by new data...
First of all, I'm using version 2.4.2p2 on a Linux server (Dell
PowerEdge) with kernel 2.4.16
my 'disklist' file contains:
delta.eduline.be hda1 always-full
delta.eduline.be hda4 always-full
delta.eduline.be hda3 always-full
in my amanda.conf I have:
define dumptype always-full {
global
comment "Full dump of this filesystem always"
program "GNUTAR"
compress none
index yes
priority high
dumpcycle 0
}
The logs gave me this:
NOTES:
planner: Incremental of delta.eduline.be:hda3 bumped to level 2.
planner: Incremental of delta.eduline.be:hda4 bumped to level 2.
Incremental? I don't want incremental backups, I want a FULL backup.
And what are these "levels" in combination with the incremental term?
Kind regards
-- Tom Van de Wiele