Hello,

 

I wanna accomplish the following:

1.-  Full back up the first saunday of every month, incremental back up Mon
through Fri and differential backup every Sun except for the first Sun of
the month. So far I have this:

Schedule {

  Name = "WeeklyCycle"

  Run = Level=Full 1st sun at 18:00

  Run = Level=Differential 2nd-5th sun at 18:00

  Run = Level=Incremental mon-fri at 20:00

}

 

And jobDefs look like:

JobDefs {

  Name = H22-MailServ-def

  Type = Backup

  Level = Full

  Schedule = "WeeklyCycle"

  Messages = Standard

  Pool = MailPool-Full-tape

  Full Backup Pool = MailPool-Full-tape

  Differential Backup Pool = MailPool-Diff-tape

  Incremental Backup Pool = MailPool-Incre-tape

  Write Bootstrap = "/var/lib/bacula/%c.bsr"

  Priority = 10

}

 

2.- I have 4 sets of 7 tapes, that would give me 4 months of back ups.
Actually 3 since the last one would have to be reused. Basically I want each
set to be used every month. So far I have this:

Pool {

  Name = MailPool-Full-tape

  Pool Type = Backup

  Recycle = yes

  AutoPrune = yes

  Volume Retention = 3 months

  Maximum Volume Jobs = 1

  Maximum Volumes = 4

 Storage = SLDLTv4

}

 

Pool {

  Name = MailPool-Diff-tape

  Pool Type = Backup

  Recycle = yes

  AutoPrune = yes

  Volume Retention = 3 months

  Maximum Volumes = 4

  Storage = SLDLTv4

}

 

Pool {

  Name = MailPool-Incre-tape

  Pool Type = Backup

  Recycle = yes

  AutoPrune = yes

  Volume Retention = 3 months

  Maximum Volumes = 4

  Storage = SLDLTv4

}

 

 

Do this look about right.?

 

 

Thanks

--------

Romer Ventura

 

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to