Hi all
I have a very large disk (700GB) where my users have their $HOME's.
Can someone please help me with a example disklist file for user 'foo'
and 'bar' on separate "images"?
Reading manpages, the amanda chapter and other textfiles i have come
up with this:
hostname home_foo /home/foo {
normal_backup
} 1
hostname home_bar /home/bar {
normal_backup
} 1
Can this be right? (im confused...)
What happens if i write
exclude /home/*
include /home/foo
or
include /home/foo
exclude /home/*
? Either one seems backward-logic to me.
normal_backup is defined like this in amanda.conf:
define dumptype normal_backup {
compress "none"
index "yes"
maxdumps 5
program "GNUTAR"
record "yes"
}
//Mats