From: Charlie B. <cha...@e-...> - 2004-01-18 03:01:19
|
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 |