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
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to