Amanda-Users

Re: how to split partitions

2006-03-16 08:16:21
Subject: Re: how to split partitions
From: listrcv <listrcv AT condor-werke DOT com>
To: Alexander Jolk <alexj AT buf DOT com>
Date: Thu, 16 Mar 2006 14:12:54 +0100
Alexander Jolk wrote:

srv1    /homes/z    comp-user-tar 1
srv1    /homes {
    comp-user-tar
    exclude append "./[a-z]"
    } 1

No need to define a proper dumptype for every exclusion under the sun.

Do you think this one will work?


# the backup of home is getting larger when compressed
prometheus      /home/a*        tar-dfault-no-x
prometheus      /home/b*        tar-dfault-no-x
prometheus      /home/c*        tar-dfault-no-x
prometheus      /home/d*        tar-dfault-no-x
prometheus      /home/e*        tar-dfault-no-x
prometheus      /home/f*        tar-dfault-no-x
prometheus      /home/g*        tar-dfault-no-x
prometheus      /home/h*        tar-dfault-no-x
prometheus      /home/i*        tar-dfault-no-x
prometheus      /home/j*        tar-dfault-no-x
prometheus      /home/k*        tar-dfault-no-x
prometheus      /home/l*        tar-dfault-no-x
prometheus      /home/m*        tar-dfault-no-x
prometheus      /home/n*        tar-dfault-no-x
prometheus      /home/o*        tar-dfault-no-x
prometheus      /home/p*        tar-dfault-no-x
prometheus      /home/q*        tar-dfault-no-x
prometheus      /home/r*        tar-dfault-no-x
prometheus      /home/s*        tar-dfault-no-x
prometheus      /home/t*        tar-dfault-no-x
prometheus      /home/u*        tar-dfault-no-x
prometheus      /home/v*        tar-dfault-no-x
prometheus      /home/w*        tar-dfault-no-x
prometheus      /home/x*        tar-dfault-no-x
prometheus      /home/y*        tar-dfault-no-x
prometheus      /home/z*        tar-dfault-no-x
prometheus      /home           {
                                        tar-dfault-no-x
                                        exclude append /home/[a-z]*
                                }


Since there should either be mount points or references to devices under /dev, it can very well be that I cannot use wildcards like that. (If I can't, then this is a feature request:)


GH