Bacula-users

Re: [Bacula-users] Scheduling / backup strategy

2012-05-29 11:47:07
Subject: Re: [Bacula-users] Scheduling / backup strategy
From: Tilman Schmidt <t.schmidt AT phoenixsoftware DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Tue, 29 May 2012 17:44:39 +0200
Am 29.05.2012 11:16, schrieb Danilo Godec:
> backup strategy in general. I will be backing up three clients
> (including the server running Bacula) and one 800GB LTO-4 tape drive,
> and there will be 'someone' for changing tapes.

I take it that you have no autochanger, just a standalone drive.

> The basic idea of the backup strategy is 4 weekly tapes and 1 monthly
> tape per month:
> 
> * every Friday a tape is changed
>     * if it's a first Friday in month, a new tape should be inserted and
> it should be auto-labeled with the previous month's name

Bacula will not auto-label tapes. You'll have to do that manually.

>     * on every other Friday, the next recyclable weekly tape should be
> inserted
> * every Friday a full backup should be performed
> * every other weekday an incremental backup should be performed
> * weekly tapes should be recycled after 4 weeks
> * monthly tapes should be stored separately for at least one year
[...]
> But I'm not quite sure how to implement my strategy in 'Schedule'...
> Right now I have this:
> 
> Schedule {
>   Name = "WeeklyCycleTape"
>   Run = Level=Full Pool=Montly_Tape 1st fri at 23:05
>   Run = Level=Full Pool=Weekly_Tape 2nd-5th fri at 23:05
>   Run = Incremental mon-thu at 23:05
> }
> 
> But that would probably request a tape from the 'weekly' pool every
> Monday - Thursday ...

Correct.

> Is it possible to do what I want with Bacula scheduling?

If you do not have an autochanger anyway, you could as well do away with
separate pools. Just create a single pool with all your tapes. The only
thing you'll lose is protection against accidentally overwriting a
monthly tape with a weekly backup, so your tape-changing "someone" needs
to be a little bit more careful.

If you want to get more fanciful, you can modify the retention periods
of the individual tapes with "update volume" so that your weekly and
monthly tapes have different retention even though they live in the same
pool. But I don't think that's worth the effort.

HTH
Tilman

-- 
Tilman Schmidt
Phoenix Software GmbH
Bonn, Germany

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
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>