Amanda-Users

Re: how to split partitions

2006-03-17 07:59:40
Subject: Re: how to split partitions
From: listrcv <listrcv AT condor-werke DOT com>
To: Matt Hyclak <hyclak AT math.ohiou DOT edu>
Date: Fri, 17 Mar 2006 13:56:16 +0100
Matt Hyclak wrote:

I'd look at the sendsize.* files on the server. The .debug will show you the
tar commands being run, the .include and .exclude files will show you the
contents of the includes/excludes. See if you can track down the difference.

Good to know, thx! :)

Just after I sent the mail, I got the idea to use seperate 'exclude append' lines for each directory to be excluded:


prometheus      /share_data_rest /share/data {
  tar-dfault
  exclude append "./archiv"
  exclude append "./chaotisch"
  exclude append "./entwicklung"
  exclude append "./fibu"
  exclude append "./materialwirtschaft"
  exclude append "./qualitaetswesen"
  exclude append "./Transfer"
  exclude append "./vertrieb"
}       1


This looks much better in amstatus and seems to do what it should. If it works, I'll add a notice about using 'exclude append' in the wiki (if I can edit there).


GH