On Jan 23, 2008 5:23 AM, Diego Roccia <[EMAIL PROTECTED]> wrote:
> Hi guys,
> I need to implement the following solution:
> Sunday -> Full Backup (Retention= 15Days)
> Monday-Friday -> Differential (Retention= 4 Days)
>
> I need Full backups to be avaiable for 15 days and Differential ones to
> be pruned after 4 days. the user will be able to restore:
> 1- Files from last 3 days
> 2- Files from last 2 Sundays' backup
>
> Next, full backups from 1st and 3rd sunday of the month will "marked
> permanent" (is it possible?)
>
> I implemented it using different pools, as follows:
> Pool {
>   Name = db-daily
>   Pool Type = Backup
>   Recycle = yes
>   AutoPrune = yes
>   Label Format = "db-daily-"
>   Volume Retention = 4 days
>   Maximum Volume Bytes= 53687091200
> }
>
> Pool {
>   Name = db-weekly
>   Pool Type = Backup
>   Recycle = yes
>   AutoPrune = yes
>   Label Format = "db-weekly-"
>   Volume Retention = 15 days
>   Maximum Volume jobs = 1
> }
>
> Schedule {
>   Name = "WeeklyCycle"
>   Run = Level=Full Pool=db-weekly sun at 00:05
>   Run = Level=Differential Pool=db-daily mon-sat at 00:05
> }
>
>
This looks good to me.

John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to