Re: [Bacula-users] have RunAfterJob wait until WriteBootstrap finished

2007-02-23 Thread Ryan Novosielski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 As I believe I told you (unless two people have asked this question without reading the archives in about as many days), this is considered a bug at this point and IIRC is due to be fixed in 2.0.3. There is a long discussion about when RunAfterJob shou

Re: [Bacula-users] have RunAfterJob wait until WriteBootstrap finished

2007-02-14 Thread Marco Mandl
On Wed, 14 Feb 2007 10:18:16 +0100, Marco Mandl wrote: The problem was that WriteBootstrap is not done before the RunAfterJob has finished. I solved it by scheduling the umount with at. /m > Hello, > > I want to unmount the target disk after the backup. The problem is that > the WriteBootstrap

[Bacula-users] have RunAfterJob wait until WriteBootstrap finished

2007-02-14 Thread Marco Mandl
Hello, I want to unmount the target disk after the backup. The problem is that the WriteBootstrap takes quite long and fails if the RunAfterJob has already unmounted the target disk. Is there an elegant way too make the RanAfterJob wait until the backup job is completely finished? Regards, Marco