Bacula-users

Re: [Bacula-users] Make a job based in Selection Type = SQLQuery

2012-03-15 11:19:38
Subject: Re: [Bacula-users] Make a job based in Selection Type = SQLQuery
From: Jose Miguel Balboa <jbalboa AT conekia DOT es>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 15 Mar 2012 15:52:57 +0100
Hi Manuel.

If you want to backup a full job once every month you can set a schedule 
like this:

schedule {
   Name = "monthly"
   Run = Level=Full Pool=full-monthly on 1 at 2:00
}

and set a job that uses that schedule for monthly full backup.

I don't know if is that what you want to do...

I hope it helps you.


El 15/03/12 13:37, Manuel Trujillo escribió:
> Hi!
>
> Is possible to make a bacula job based/with the:
>
> Selection Type = SQLQuery
> Selection Pattern = "SELECT MAX(Job.JobId) FROM Job WHERE Job.Level =
> 'F' and Job.Type = 'B' and  Job.JobStatus = 'T' GROUP BY Job.Name
> ORDER BY MAX(Job.JobId);"
>
> We make the backups to disk, but I would like to make one backup every
> month to a LTO but ONLY of FULL jobs.
>
> The bacula version is 5.0.3.
>
> Thank you very much.
>

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
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>