I have bacula V9.2.1 (12 August 2018) and in bconsole when you do a "status dir" it lists (among other things) the scheduled jobs.

Unfortunately this list of scheduled jobs doesn't always show the correct volume.

In my jobs definition I have:

Job {
  Name = Server
  Type = Backup
  Client = server-fd
  FileSet = Server
  Schedule = ServerCycle
  Storage = "Disk"
  Messages = Standard
  Write Bootstrap = "/var/bacula/Server.bsr"
  Full Backup Pool = Server
  Incremental Backup Pool = Daily
  Differential Backup Pool = Weekly
  Pool = Server
  Maximum Concurrent Jobs = 10
  Spool Attributes = Yes
}

My schedule definition is:

Schedule {
  Name = ServerCycle
  Run = Full 1st sat at 00:10
  Run = Differential 2nd-5th sat at 00:10
  Run = Incremental sun-fri at 00:10
}

So the incremental backups should use the Daily pool during the week, Differentials the Weekly pool on the 2nd - 5th Saturday and the Full the Server pool on the 1st Saturday.

Doing a "status dir" today shows:

Incremental    Backup    10  29-Oct-18 00:10    Server Server-3

This is scheduled correctly but the volume should be from the Daily pool. Indeed when the job is actually run it does use the correct volume (Daily-2).

It appears that bconsole is not taking account of the Incremental Pool and Differential Pool settings in the job resource when printing out the scheduled job list.

David While





---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to