Hi, On 9/12/2006 4:35 AM, Support wrote: > Dear All > > Is there a way to Cancel a job automatically (with a message) if it > exceeds a certian size as a RunBeforeJob.
You could try a run before job where you pass the job name to it. From that run before job script, call bconsole with a command like 'estimate job=$1' and parse the output (and yes, if the estimate triggers the run before job script this will badly recurse, but I don't think so :-) > The reason I ask this question is that I am trying to backup data from > laptops and there is only a limited number of hours in the day. Hmm. I'd do it differently: Set up a laptob-job, allowing only a certain number of simultaneous jobs of this type. Use reasonable retry counts and rerun attempts, and let the job run only at level incremental. In a run before job command check if the machine is available so the jobs don't block too long. Finally, I'd ceate a small script which reports which machines were not saved at all for some time, or have no full backup for a while, and then I'd ask these people and their notebooks to pay me a visit. Plugging a cable to the notebook and manually running a full backup should be rather simple and fast, then. Depending on the number of notebooks you have and your timing you could run the full backups overnight and not bothering your notebook-carriers at all with their backups :-) Hope this helps a bit, Arno > Thanks for the great software > > Stephen Carr > > > ------------------------------------------------------------------------- > 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 > Bacula-users@lists.sourceforge.net > 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 Bacula-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bacula-users