Hello,

i've a question about new copy jobs
think about three jobs:

Job1.Type = "B"
Job1.PriorJobId = 0;

Job2.Type = "C"
Job2.PriorJobId = Job1.JobId

Job3.Type = "C"
Job3.PriorJobId = Job2.JobId


what happens if Job2 is purged ?

   Job3.Type = "B"

or

   Job3.PriorJobId = Job1.JobId ?

else

   ????


Thanks
-- 
Ulrich Leodolter <ulrich.leodol...@obvsg.at>
OBVSG


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-devel mailing list
Bacula-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-devel

Reply via email to