Amanda-Users

Re: how to split partitions

2006-03-16 09:00:19
Subject: Re: how to split partitions
From: listrcv <listrcv AT condor-werke DOT com>
To: Paul Bijnens <paul.bijnens AT xplanation DOT com>
Date: Thu, 16 Mar 2006 14:55:53 +0100
Paul Bijnens wrote:
Try this:

prometheus   /home/ALL_a   /home  {
                                          tar-dfault-no-x
                      include "./a*"
                  }  1
prometheus   /home/ALL_b   /home  {
                      tar-dfault-no-x
                      include "./b*"
                  }  1
... etc etc ...
prometheus   /home/ALL_z   /home  {
                      tar-dfault-no-x
                      include "./z*"
                  }  1
prometheus   /home/REST    /home  {
                      tar-dfault-no-x
                      exclude append "./[a-z]*"
                   }  1

Ah, this looks very much like I would try next, thanks! :)

See "man amanda.conf" for the syntax of a disklist entry.

That is what I was looking for, a description of the disklist format. But I'm lacking the manpage:


backup@prometheus:~$ man amanda.conf
No manual entry for amanda.conf
backup@prometheus:~$


Anyway, I'll set it up like that, run amcheck and give it a try.


GH