Bacula-users

Re: [Bacula-users] tape label

2008-04-11 20:50:31
Subject: Re: [Bacula-users] tape label
From: "John Drescher" <drescherjm AT gmail DOT com>
To: "Bob Gamble" <kiksadiweb AT gmail DOT com>, bacula-users <Bacula-users AT lists.sourceforge DOT net>
Date: Fri, 11 Apr 2008 20:50:24 -0400
On Fri, Apr 11, 2008 at 7:30 PM, Bob Gamble <kiksadiweb AT gmail DOT com> wrote:
> I've also posted on this same issue several times now.  I haven't had any
> luck.  Here are my configs related to the problem described in this post:
>
> This volume was migrated onto a tape labeled 000101 via barcode:
>
> JobDefs {
>   Name = "DefaultJob"
>   Type = Backup
>   Level = Incremental
>   Client = sitbackup-fd
>   FileSet = "Full Set"
>   Schedule = "WeeklyCycle"
>   Storage = File
>   Messages = Standard
>    Pool = sitbackup-pool
>   Priority = 10
> }
> Job {
>   Name = "Client1"
>   JobDefs = "DefaultJob"
>   Write Bootstrap = "/etc/bacula/bin/working/Client1.bsr"
> }
> FileSet {
>   Name = "Full Set"
>    Include {
>     Options {
>       signature = MD5
>     }
>     File = /etc/bacula/bin
>   }
>   Exclude {
>   }
> }
> Client {
>   Name = sitbackup-fd
>   Address = sitbackup
>   FDPort = 9102
>   Catalog = MyCatalog
>    Password = "blo0dyg0od"          # password for FileDaemon
>   File Retention = 1 day            # 1 day
>   Job Retention = 1 day             # 1 day
>   AutoPrune = yes                     # Prune expired Jobs/Files
>  }
> Pool {
>   Name = sitbackup-pool
>   Pool Type = Backup
>   Recycle = yes                       # Bacula can automatically recycle
> Volumes
>   AutoPrune = yes                     # Prune expired volumes
>   Next Pool = sitbackup-tape               # Added to migrate to tape
>    Volume Retention = 1 day
>   Maximum Volume Jobs = 1
>   Maximum Volumes = 1
>   Storage = File
> }
> # Tape pool definition
> Pool {
>   Name = sitbackup-tape
>   Pool Type = Backup
>   AutoPrune = yes
>   Recycle = yes
>    Storage = PV-132T
> }
> Job {
>   Name = "sitbackup-volume"
>   Type = Migrate
>   Level = Full
>   Client = sitbackup-fd
>   FileSet = "Full Set"
>   Messages = Standard
>   Pool = sitbackup-pool
>    Maximum Concurrent Jobs = 4
>   Selection Type = Volume
>   Selection Pattern = "sitbackup"
> }
>
> This volume gives errors when trying to migrate:
>
> JobDefs {
>   Name = "3mserver"
>    Type = Backup
>    Level = Incremental
>   Client = 3mserver-fd
>   FileSet = "3mserver Set"
>   Schedule = "WeeklyCycle"
>   Storage = File
>   Messages = Standard
>   Pool = 3mserver-pool
>   Priority = 10
>  }
> Job {
>   Name = "3mserverclient"
>   JobDefs = "3mserver"
>   Write Bootstrap = "/etc/bacula/bin/working/3mserver.bsr"
> }
> FileSet {
>   Name = "3mserver Set"
>   Enable VSS = yes
>    Include {
>     Options {
>       signature = MD5
>     }
>     File = "c:/3m"
>   }
>  Exclude {
>   }
> }
> Client {
>   Name = 3mserver-fd
>   Address = 3mserver
>   FDPort = 9102
>   Catalog = MyCatalog
>    Password = "blo0dyg0od"          # password for FileDaemon
>   File Retention = 3 months            # 3 months
>   Job Retention = 3 months            # 3 months
>   AutoPrune = yes                     # Prune expired Jobs/Files
>  }
> Pool {
>   Name = 3mserver-pool
>   Pool Type = Backup
>   Recycle = yes                       # Bacula can automatically recycle
> Volumes
>   AutoPrune = yes                     # Prune expired volumes
>   Next Pool = 3mserver-tape               # Added to migrate to tape
>    Volume Retention = 3 months         # 3 months
>   Maximum Volume Bytes = 20000000000 # 20gb limit
>   Label Format = 3mserver-
>   Maximum Volumes = 2
>   Storage = File
> }
> # Tape pool definition
> Pool {
>    Name = 3mserver-tape
>   Pool Type = Backup
>   AutoPrune = yes
>   Recycle = yes
>   Storage = PV-132T
> }
> Job {
>   Name = "3mserver-volume"
>   Type = Migrate
>   Level = Full
>   Client = sitbackup-fd
>    FileSet = "3mserver Set"
>   Messages = Standard
>   Pool = 3mserver-pool
>   Maximum Concurrent Jobs = 4
>   Selection Type = Volume
>   Selection Pattern = "3mserver"
> }
>
> The errors are in my previous post referring to not being able find any
> appendable volumes.  I know the five tapes I have labeled with "label
> barcodes" are indeed appendable and aren't even close to full.  The single
> volume migrated so far was only 1.5gb.  Each tape is capable of handling
> 400gb.
>
Are the labeled tapes in the correct pool and media type that the job expects?

John

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

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