Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Paul van Dun on March 26, 2002, 10:27:36 AM

Title: Ejecting Tape
Post by: Paul van Dun on March 26, 2002, 10:27:36 AM
Hello everyone,


Since a few weeks we are running SME 5.12 on our server at work, because it will replace the Novell server (Yes, Yes).
Now there is one question standing, it''s running on a Dell 24000T server with a Archive Python tape streamer, which works fine but can flexbackup te bo set that it will eject the tape after completing a backup job.


Thanks in advance,


Paul van Dun
The Netherlands
Title: Re: Ejecting Tape
Post by: Filippo Carletti on March 26, 2002, 01:27:10 PM
Yes, you have to modify /usr/bin/flexbackup.
Title: Re: Ejecting Tape
Post by: Dean Thomas on March 26, 2002, 03:23:12 PM
now for the $64 question - could you please tell me what changes should be made to that file?
Title: Re: Ejecting Tape
Post by: Filippo Carletti on March 26, 2002, 04:11:42 PM
Not tested.
Near line 370, after rewind, I'd put an "mt eject" command.

flexbackup mt sub does not support eject but it could be extended.
Or, I think, you could call mt directly.