Bacula-users

Re: [Bacula-users] Storage & different backup question

2013-05-27 09:20:25
Subject: Re: [Bacula-users] Storage & different backup question
From: Jonathan Bayer <linuxgurugamer AT gmail DOT com>
To: Bill Arlofski <waa-bacula AT revpol DOT com>
Date: Mon, 27 May 2013 09:16:48 -0400
To both Bill and John:

Thank you, that is exactly what I needed~


JBB

On 5/26/2013 11:52 AM, Bill Arlofski wrote:
> On 05/26/13 08:42, Jonathan Bayer wrote:
>> Hello all,
>>
>> Our system is doing backups to a local hard disk (very big).  I'd like
>> to have three devices set up, one for a full backup, one for a
>> differential backup and one for incremental.
>>
>> I've gotten the devices set up, and the pools set up, along with the
>> appropriate media types.  What I can't figure out is how to have each
>> type of backup go to the appropriate device.  I know how to direct
>> individual clients to specific devices, but I'd like this to be
>> automatic, and haven't been able (yet) to figure it out.
>>
>> Is this possible?  If so, how?
> Jonathan, you can do that in the Schedule resource as John said, which is the
> way I like to do it.  (last Run line wraps, but should be on one line)
>
> Schedule {
>   Name = Daily
>   Run = Full  Pool=FullPool 1st Fri at 23:00
>   Run = Differential Pool=DiffPool FullPool=FullPool 2nd-5th fri at 23:00
>   Run = Incremental Pool=IncPool DifferentialPool=DiffPool FullPool=FullPool /
>         mon-thu at 23:00
> }
>
>
> But you can also do it in the Job resource itself:
>
> Job {
>   Name = Backup_A
> --[snip]--
>   Full Backup Pool = FullPool
>   Incremental Backup Pool = IncPool
>   Differential Backup Pool = DiffPool
> }
>
>
> Hope this helps!
>
>


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may
_______________________________________________
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>