Amanda-Users

Disklist confusion

2003-03-20 20:39:40
Subject: Disklist confusion
From: Mats Blomstrand <mats.blomstrand AT htu DOT se>
To: amanda-users AT amanda DOT org
Date: Fri, 21 Mar 2003 01:20:34 +0100
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


<Prev in Thread] Current Thread [Next in Thread>