On Sat, 17 Jan 2004, John Bennett wrote:

> I have inherited a DLT4700 and want to know if flexbackup supports tape
> changers?  I'd like to set up flexbackup to use a different slot per day
> for backups.  Is there a way to make flexbackup eject the current tape,
> then load the next tape and begin the backup.

I think you'd do that outside of flexbackup, in your cron script (or 
whatever you use for scheduling):

n=`which_tape_for_today`
mtx load $n && flexbackup ... && mt rewoffl

--
Charlie



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
flexbackup-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to