Hi,
    I never saw this one go through, so i apologize for the repost.

Hello,
    I'm using bacula 1.38.11 on a FreeBSD 6.1 box as a bacula server. I'm
having an issue with disk volumes, i'm using an altered example out of the
manual for automatic disk volume management, yet i'm getting an inconsistent
"no appendable volumes found. Please use the label command" error message.
It seems to happen when near full, but i'm not getting rotation. Here's an
error fragment:

25-Aug 04:05 zeus-sd: Job backup_zeus.2006-08-25_01.05.00 waiting. Cannot
find any appendable volumes.
Please use the "label"  command to create a new Volume for:
    Storage:      "ZeusStorage" (/backup/bacula/zeus)
    Media type:   File
    Pool:         Zeus_Incremental

And here's edited entries for this particular machine:

Job {
  Name = "backup_zeus"
  Type = Backup
 Level = Incremental
  Schedule = "ZeusCycle"
  Messages = Standard
  Client = zeus-fd
  FileSet = "fbsd_zeus"
  Pool = Default
Full Backup Pool = Zeus_Full
Incremental Backup Pool = Zeus_Incremental
Storage = ZeusStorage
  Write Bootstrap = "/var/db/bacula/zeus.bsr"
  Priority = 10
}

Client {
  Name = zeus-fd
  Address = zeus
  FDPort = 9102
  Catalog = MyCatalog
  Password = "xxx"           # password for FileDaemon
  File Retention = 62 days
  Job Retention = 3 months
  AutoPrune = yes                       # Prune expired Jobs/Files
}

Storage {
  Name = ZeusStorage
  Address = zeus
  SDPort = 9103
  Password = "xxx"
  Device = ZeusStorage
  Media Type = File
}

pool {
 Name = Zeus_Full
 Pool Type = Backup
Maximum Volume Jobs = 1             # New file for each backup
 Recycle = yes # Bacula can automatically recycle volumes
 AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 2 months
Maximum Volumes = 2                 # Keep 2 fulls
  Accept Any Volume = yes             # write on any volume in the pool
    LabelFormat = zeus-full
}

pool {
 Name = Zeus_Incremental
 Pool Type = Backup
Maximum Volume Jobs = 1             # New file for each backup
 Recycle = yes # Bacula can automatically recycle volumes
 AutoPrune = yes                     # Prune expired volumes
  Volume Retention = 2 months
Maximum Volumes = 10                 # Keep 10 incrementals
  Accept Any Volume = yes             # write on any volume in the pool
    LabelFormat = zeus-incremental
}

bacula-sd.conf fragment:
Device {
  Name = ZeusStorage
  Media Type = File
  Archive Device = /backup/bacula/zeus
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Any suggestions appreciated.
Thanks.
Dave.


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to