View Issue Details

IDProjectCategoryView StatusLast Update
0000775bareos-coredirectorpublic2023-07-04 14:34
Reporterandypl Assigned Tobruno-at-bareos  
PriorityurgentSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
PlatformLinuxOSDebianOS Version8
Product Version16.2.4 
Summary0000775: VirtualFull job Queued - nothing to do
DescriptionThe problem with the implementation of virtual backup.
Properly working full,incremental, differential but virtual full have only status Queued
The logs do not have, any error

This status shows up despite the fact that nothing works except the backup

Job {
  Name = BCK-VPS11
  Type = Backup
  Level = Incremental
  Client = vps-11
  FileSet = LinuxWEB
  Schedule = WeeklyCycle1Test
  Storage = File1
  Messages = Standard
  Priority = 10
  JobDefs = DefaultJob
}

Schedule {
  Name = WeeklyCycle1Test
  Run = Level=Full 1st sat at 00:05
  Run = Level=Incremental sun-fri at 00:05
  Run = Level=Differential 2nd wed at 11:55
  Run = Level=VirtualFull Pool=Full 2nd wed at 11:57
  Run = Level=Differential 3rd sat at 00:05
  Run = Level=Full 3rd sat at 05:05
  Run = Level=Differential 4th sat at 00:05
  Run = Level=Full 5th sat at 05:05
}

Pool {
    Name = Full
    Pool Type = Backup
    #Volume Retention = 5 minutes
    Volume Retention = 40 days
    Recycle = yes
    AutoPrune = yes
    #Action On Purge = Truncate
    Recycle Oldest Volume = yes
    Maximum Volume Jobs = 1
    #LabelFormat = "${JobId}.${Job}.${Year}${Month:p/2/0/r}${Day:p/2/0/r}.${Hour:p/2/0/r}${Minute:p/2/0/r}"
    LabelFormat = "Vol-Full-"
    Maximum Volume Bytes = 10G
    #Maximum Volumes = 10 # Limit number of Volumes in Pool
    Storage = File1
    Next Pool = VFull
}

Pool {
    Name = VFull
    Pool Type = Backup
    #Volume Retention = 30 minutes
    Volume Retention = 40 days
    Recycle = yes
    AutoPrune = yes
    #Action On Purge = Truncate
    Recycle Oldest Volume = yes
    Maximum Volume Jobs = 1
    #LabelFormat = "${JobId}.${Job}.${Year}${Month:p/2/0/r}${Day:p/2/0/r}.${Hour:p/2/0/r}${Minute:p/2/0/r}"
    LabelFormat = "Vol-VirtFull-"
    Maximum Volume Bytes = 10G
    #Maximum Volumes = 10 # Limit number of Volumes in Pool
    Storage = File1
}

Pool {
    Name = Differential
    Pool Type = Backup
    Recycle = yes
    AutoPrune = yes
    Recycle Oldest Volume = yes
    Volume Retention = 35 days
    Maximum Volume Bytes = 4G
    Maximum Volumes = 150 # Limit number of Volumes in Pool
    LabelFormat = "Vol-Differential-"
}

Pool {
    Name = Incremental
    Pool Type = Backup
    Recycle = yes
    AutoPrune = yes
    Recycle Oldest Volume = yes
    Volume Retention = 35 days
    Maximum Volume Bytes = 4G
    Maximum Volumes = 150 # Limit number of Volumes in Pool
    LabelFormat = "Vol-Incremental-"
}

Steps To ReproduceRun full backup, incremental, differential, virtual full
TagsNo tags attached.

Activities

andypl

andypl

2017-02-08 13:15

reporter   ~0002551

Last edited: 2017-02-08 13:15

JobDefs {
  Name = DefaultJob
  Type = Backup
  Level = Incremental
  Client = vps-fd
  FileSet = SelfTest
  Schedule = WeeklyCycle
  Storage = File1
  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
  Virtual Full Backup Pool = VFull
  Enabled = yes
  Rerun Failed Levels = no
  Max Full Interval = 30 days
  Allow Mixed Priority = yes
  Accurate = yes
  Allow duplicate Jobs = yes
  Cancel Lower Level Duplicates = yes
  Cancel Queued Duplicates = yes
  Cancel Running Duplicates = no
}

vgusev2007

vgusev2007

2017-02-27 11:45

reporter   ~0002584

Dear all, I can confirm this bug. Please help! You can see that in web ui: https://db.tt/zvffrvG1It
vgusev2007

vgusev2007

2017-03-02 15:40

reporter   ~0002589

https://groups.google.com/forum/#!topic/bareos-users/ltUSxIvvA04
bruno-at-bareos

bruno-at-bareos

2023-07-04 14:34

manager   ~0005121

To be able to do a Virtual Full you need to have 2 storage (one for reading, one for writing) as stated into the actual documentation.

Issue History

Date Modified Username Field Change
2017-02-08 12:26 andypl New Issue
2017-02-08 13:15 andypl Note Added: 0002551
2017-02-08 13:15 andypl Note Edited: 0002551
2017-02-27 11:45 vgusev2007 Note Added: 0002584
2017-03-02 15:40 vgusev2007 Note Added: 0002589
2023-07-04 14:34 bruno-at-bareos Assigned To => bruno-at-bareos
2023-07-04 14:34 bruno-at-bareos Status new => closed
2023-07-04 14:34 bruno-at-bareos Resolution open => no change required
2023-07-04 14:34 bruno-at-bareos Note Added: 0005121