Amanda-Users

disklist, regular expressions

2007-07-26 12:02:06
Subject: disklist, regular expressions
From: Brian Cuttler <brian AT wadsworth DOT org>
To: amanda-users AT amanda DOT org, Chris Knight <knight AT wadsworth DOT org>
Date: Thu, 26 Jul 2007 11:48:55 -0400
I'm runing amanda on solaris 9 and fairly recently ran into
a situation where the drive (RAID array) was too large to fit
on a single volume of tape.

We resolved this by dividing the partition into segments and
using gtar for backups.

(for /maildb2/one through /maildb2/five)
wcnotes  /maildb2/one {
        user-tar
        }

wcnotes  /maildb2/two {
        user-tar
        }

We have now run out of room for backing up /maildb, a smaller
partition but now occupying more than an LTO drive can handle.

Unfortunately it is not neatly divided into 5 discrete directories
but rather has a flat structure, (LNotes server, each user having
their own database file).

I would like to divide this partition up into tar segements, and
because of the nature of the data would like to do it properly the
first time - so I'm asking about syntax and whether or not I can
do something on the order of...

wcnotes  /maildb/[a-f] {
        user-tar
        }

wcnotes  /maildb/[g-k] {
        user-tar
        }

and so on.

Can I do this, and if so, what is the proper syntax ?

If only the new LTO3 was online...

                                                thank you,

                                                Brian
---
   Brian R Cuttler                 brian.cuttler AT wadsworth DOT org
   Computer Systems Support        (v) 518 486-1697
   Wadsworth Center                (f) 518 473-6384
   NYS Department of Health        Help Desk 518 473-0773



IMPORTANT NOTICE: This e-mail and any attachments may contain
confidential or sensitive information which is, or may be, legally
privileged or otherwise protected by law from further disclosure.  It
is intended only for the addressee.  If you received this in error or
from someone who was not authorized to send it to you, please do not
distribute, copy or use it or any attachments.  Please notify the
sender immediately by reply e-mail and delete this from your
system. Thank you for your cooperation.



<Prev in Thread] Current Thread [Next in Thread>
  • disklist, regular expressions, Brian Cuttler <=