Bacula-users

[Bacula-users] Bacula problem with Volumes/Label

2015-08-12 12:09:28
Subject: [Bacula-users] Bacula problem with Volumes/Label
From: Gerwayn <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Wed, 12 Aug 2015 04:47:15 -0700
Hello all,
its my first time in this forum, but i hope you may can help me.

I've set up a Bacula server on Debian, configured the clients and started the 
service. All works fine, no Problems.
But after 1 1/2 weeks all Jobs, one after the other are stop working. Now im 
wondering why, because i get no clue from the message.

For this post i'll show you the result of backing up my server itself.

Client {
  Name = mccallister-fd
  Address = mccallister
  FDPort = 9102
  Catalog = MyCatalog
  Password = "X"
  File Retention = 14 days
  Job Retention = 6 months
  AutoPrune = yes
}

Job {
  Name = "BackupCatalog"
  JobDefs = "DefaultJob"
  Level = Full
  Pool = File
  FileSet="Full"
  Schedule = "Cycle1"
  Write Bootstrap = "/var/lib/bacula/%n.bsr"
  Priority = 10                 
}

FileSet {
  Name = "Full Set"
  Include {
    Options {
      signature = MD5
    }
    File = /
  }
}

Pool {
  Name = File
  Pool Type = Backup
  Recycle = yes
  AutoPrune = yes
  Volume Retention = 14 days
  Maximum Volume Bytes = 50G
  Maximum Volumes = 100
  Label Format = "Vol-"
}

Storage {
  Name = BacStor
  Address = 192.168.191.52
  SDPort = 9103
  Password = "X"
  Device = BacDev
  Media Type = File
}

Device {
  Name = BacDev
  Media Type = File
  Archive Device = /Booberella/Bacula/
  LabelMedia = yes;
  Random Access = Yes;
  AutomaticMount = yes;
  RemovableMedia = no ;
  AlwaysOpen = no;
}


The Error:
12-Aug 13:27 mccallister-dir JobId 243: Start Backup JobId 243, 
Job=BaculaConfBackup.2015-08-12_13.27.54_54
12-Aug 13:27 mccallister-dir JobId 243: Using Device "BacDev" to write.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0224" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0224" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: Marking Volume "Vol-0224" in Error in 
Catalog.
12-Aug 13:28 mccallister-dir JobId 243: Created new Volume="Vol-0225", 
Pool="File", MediaType="File" in catalog.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0225" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0225" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: Marking Volume "Vol-0225" in Error in 
Catalog.
12-Aug 13:28 mccallister-dir JobId 243: Created new Volume="Vol-0226", 
Pool="File", MediaType="File" in catalog.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0226" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0226" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: Marking Volume "Vol-0226" in Error in 
Catalog.
12-Aug 13:28 mccallister-dir JobId 243: Created new Volume="Vol-0227", 
Pool="File", MediaType="File" in catalog.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0227" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0227" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: Marking Volume "Vol-0227" in Error in 
Catalog.
12-Aug 13:28 mccallister-dir JobId 243: Created new Volume="Vol-0228", 
Pool="File", MediaType="File" in catalog.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0228" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: End of Volume "Vol-0228" at 0:0 on 
device "BacDev" (/Booberella/Bacula/). Write of 200 bytes got -1.
12-Aug 13:28 mccallister-sd JobId 243: Marking Volume "Vol-0228" in Error in 
Catalog.
12-Aug 13:28 mccallister-sd JobId 243: Please mount append Volume "Vol-0228" or 
label a new one for:
    Job:          BaculaConfBackup.2015-08-12_13.27.54_54
    Storage:      "BacDev" (/Booberella/Bacula/)
    Pool:         File
    Media type:   File

The plan was to make one backup a day and after 14 days the first will be 
overwritten, so that there are normally 14 Volumes. I don't understand what 
Bacula tries to tell me and i hope you can help!

+----------------------------------------------------------------------
|This was sent by l.schulthoff AT buchbinder DOT de via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
_______________________________________________
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>