Bacula-users

[Bacula-users] Reschedule a VirtualFull?

2010-07-05 11:37:19
Subject: [Bacula-users] Reschedule a VirtualFull?
From: Graham Keeling <graham AT equiinet DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 5 Jul 2010 16:37:55 +0100
Hello,
I have a schedule like this in my bacula-dir.conf:

Schedule {
  Name = "ScheduleX"
  Run = Level=Incremental mon at 18:00
  Run = Level=Incremental tue at 18:00
  Run = Level=Incremental wed at 18:00
  Run = Level=Incremental thu at 18:00
  Run = Level=Incremental fri at 18:00
  Run = Level=Incremental sat at 18:00
  Run = Level=Incremental sun at 18:00
  Run = Level=VirtualFull 1st sun at 21:00
}

And a Job that looks like this:

Job {
  Name = "JobX"
  Type = Backup
  Schedule = "ScheduleX"
  Pool = "JobXPool"
  Priority = 10
  Client = "ClientX-fd"
  FileSet = "FileSetX"
  Full Backup Pool = "FullPoolX"
  Incremental Backup Pool = "IncrPoolX"
  Maximum Concurrent Jobs = 1
  Storage = "StorageX"
  Accurate = "yes"
}

I want to make sure that I get a VirtualFull every month, so I think I want
to 'Reschedule' it if it gets an error.
But I don't want to 'Reschedule' any Incrementals.

Is this possible?

Thanks,
Graham.


------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
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>