Hi all,

I have been trying to understand why in by far most cases, BareOS is perfectly capable ot finding the next Volume Label, creating the file and continuing the backup. But, in some cases, and with some (apparently specific) clients, it refuses to do so. I wonder why, can someone point me in the right direction ?

Thanks a lot,
Arjen Van Drie.



The message:

04-Jul 12:20 backupstore5801-sd JobId 595: End of medium on Volume "Incremental-0162" Bytes=5,368,688,893 Blocks=83,220 at 04-Jul-2016 12:20. 04-Jul 12:20 backupstore5801-sd JobId 595: Job BackupAibvstat.2016-07-01_21.00.00_35 is waiting. Cannot find any appendable volumes.
Please use the "label" command to create a new Volume for:
    Storage:      "BackupStore5801-aibvstat" (/data/backup/bareos/aibvstat)
    Pool:         Incremental
    Media type:   BackupStore5801 aibvstat

My pools have

Label Format = "Full-"
Label Format = "Differential-"
Label Format = "Incremental-"

for the Full, Differential and Incremental pool respectively.


My clients all have the same client definition:

Client {
  Name = aibvstat-fd
  Address = aibvstat.mydomain
  Description = Zellik
  Password = "my_password"
}

The job:

Job {
  Name = "BackupAibvstat"
  JobDefs = "DefaultJob"
  Client = "aibvstat-fd"
  FileSet = "AibvStat"
  Storage = BackupStore5801-aibvstat
Write Bootstrap = "|/usr/bin/bsmtp -h localhost -f \"\(Bareos\) \" -s \"Bootstrap for Job %j\" [email protected]"
}

JobDefs {
  Name = "DefaultJob"
  Type = Backup
  Level = Incremental
  FileSet = "SelfTest"
  Schedule = "WeeklyCycle"
  Storage = BackupStore5801-catchall
  Messages = Standard
  Pool = Incremental
  Priority = 10
  Write Bootstrap = "/var/lib/bareos/%c.bsr"
  Full Backup Pool = Full
  Differential Backup Pool = Differential
  Incremental Backup Pool = Incremental
}

FileSet:

FileSet {
  Name = "AibvStat"
  Enable VSS = no
  Include {
    Options {
      Signature = MD5
      Drive Type = fixed
      IgnoreCase = yes
      WildFile = "[A-Z]:/pagefile.sys"
      WildDir = "[A-Z]:/RECYCLER"
      WildDir = "[A-Z]:/$RECYCLE.BIN"
      WildDir = "[A-Z]:/System Volume Information"
      Exclude = yes
    }
    File = "C:/aibv_it"
    File = "C:/goca"
    File = "D:/drivers"
    File = "D:/informix"
    File = "D:/NewEra"
    File = "D:/Program Files/Business Objects"
    File = "D:/userprofiles"
    File = "K:/localbackups"
  }
}

And on the storage host:

Device {
  Name = BackupStore5801-aibvstat
  Media Type = "BackupStore5801 aibvstat"
  Archive Device = /data/backup/bareos/aibvstat.mydomain
  LabelMedia = yes;
  Random Access = yes;
  AutomaticMount = yes;
  RemovableMedia = no;
  AlwaysOpen = no;
}

--
You received this message because you are subscribed to the Google Groups 
"bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to