>>>>> On Wed, 16 Nov 2005 13:13:53 +0100, "[EMAIL PROTECTED]" <[EMAIL 
>>>>> PROTECTED]> said:

  Pablo>        My question today is related with tapes and a "automount" 
possibility.

  Pablo>        I explain the case, I have a server located in "client home" 
and I want to do 
  Pablo> the backup automatically everyday, and when the tape fill,  want the 
client 
  Pablo> only change the tape and no more, but with my little (really 
little,little 
  Pablo> little) experience I know that is necessary to mount the tape to 
continue the 
  Pablo> process, and this is my problem. Then there's any way to mount tapes 
without 
  Pablo> human interaction (without using console to mount)?.

You can use RunBeforeJob to do this, running a shell script that does
something like:

echo "mount storage=$dev" | $bindir/bconsole -c $bindir/bconsole.conf

I do this with an Admin job that runs before all the other jobs.

__Martin


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to