Hi, On 4/25/2006 6:34 PM, Scott Ruckh wrote:
----------------- Bacula release 1.38.8 -----------------I thought I would ask this question again as I think it got lost inanother topic. I have a schedule that looks like the following: Schedule { Name = "WeeklyCycle" Run = Level=Full Storage=FSD_FULL FullPool=FULL-Pool 1st sun at 02:05 Run = Level=Differential Storage=FSD_DIFF DifferentialPool=DIFF-Pool2nd-5th sun at 02:05 Run = Level=Incremental Storage=FSD_INCR IncrementalPool=INCR-Poolmon-sat at 02:05 } If the Incremental schedule is run, but then later changed to a FULL backdue to not having a previous FULL, the job keeps the Pool as defined by the job definition, but writes it to the Storage device defined in theSchedule (in this case FSD_INCR). The job, by default, is defined to use Pool, FULL-Pool, and storage,FSD_FULL. How do I get a job that has been changed from incremental or differentialto FULL to use the FULL storage device?
I do that manually (as it usualy only happens when I'm working on the backups anyway): From a console, use a command like 'run level=Full storage=FSD_FULL job=whatever'
As far as I know there's no solution to automatically achieve the behaviour you (and I) want. Perhaps once the python interface is more evolved and allows modifying lots of job deails when a job is set up...
Arno
Thanks. Scott ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
-- IT-Service Lehmann [EMAIL PROTECTED] Arno Lehmann http://www.its-lehmann.de ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Bacula-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-users
