Amanda-Users

Re: backups on file:

2006-03-14 12:11:31
Subject: Re: backups on file:
From: Jon LaBadie <jon AT jgcomp DOT com>
To: amanda-users AT amanda DOT org
Date: Tue, 14 Mar 2006 12:07:48 -0500
On Tue, Mar 14, 2006 at 05:56:05PM +0100, Stefan G. Weichinger wrote:
> Jochen Kaechelin schrieb:
> > how must I use amlabel when I will store my backups on
> > a harddisk? 
> > 
> > amlabel aaa.hostname.de prefix-001
> > and amdump aaa.hostname.de
> > 
> > works fine and everything is backup-ed.
> > Bue I cant make 
> > 
> > amlabel aaa.hostname.de prefix-002
> > 
> > ...prefix-001...is in use...
> > 
> > Any hints? I work with amanda for 4 hours.
> 
> Surprising ... ;)
> 
> Check the value for the parameter labelstr in your amanda.conf.
> Should look like this:
> 
> labelstr "^prefix[0-9][0-9]*$"

Small details, there is a missing dash in the above pattern
and it looks like you want a fixed 3 digit string.

An alternative label string pattern could be:

   labelstr "^prefix-[0-9][0-9][0-9]$"

-- 
Jon H. LaBadie                  jon AT jgcomp DOT com
 JG Computing
 4455 Province Line Road        (609) 252-0159
 Princeton, NJ  08540-4322      (609) 683-7220 (fax)

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