On 7/5/2010 11:37 AM, Graham Keeling wrote: > 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 > }
FYI: with this schedule you'll get both a VirtualFull and an Incremental on the 1st Sun. Just saying... To avoid that, you could do this: Run = Level=Incremental 2nd-5th sun at 18: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? The only way I can think of is to have one job for Inc and another for the Full. -- Dan Langille - http://langille.org/ ------------------------------------------------------------------------------ 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@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users