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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to