Bacula-users

[Bacula-users] One Copy Job for ALL Clients?

2011-09-11 22:29:12
Subject: [Bacula-users] One Copy Job for ALL Clients?
From: Rodrigo Renie Braga <rodrigorenie AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sun, 11 Sep 2011 23:26:39 -0300
Hello everyone.

In my first attempt using Copy Jobs, I was creating one Copy Job for each of my Clients, with the following SQL Selection Pattern:

        SELECT max(JobId)
             FROM Job
            WHERE Name = 'someClientJobName'
              AND Type = 'B'
              AND Level = 'F'
              AND JobStatus in ('T', 'W')
              AND JobBytes > 0;

Basically, every Client had 2 Jobs: one for a normal daily Backup and one for copying it's last Full Backup, using the above SQL Query.

My question is: do I really need to create a different Copy Job for every Client or can I use only ONE Copy Job that Selects the latest Full Backup JobID of all my clients?



------------------------------------------------------------------------------
Doing More with Less: The Next Generation Virtual Desktop 
What are the key obstacles that have prevented many mid-market businesses
from deploying virtual desktops?   How do next-generation virtual desktops
provide companies an easier-to-deploy, easier-to-manage and more affordable
virtual desktop model.http://www.accelacomm.com/jaw/sfnl/114/51426474/
_______________________________________________
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>