<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I would use dump and restore to backup the system, it creates an image
on the tape of the partitions<br>
<br>
I would guess the tape device is /dev/nst0<br>
<br>
mt -f /dev/nst0 status<br>
dump -0uf /dev/nst0 /dev/sda1<br>
<br>
==to backup partition sda1<br>
etc etc<br>
<br>
I have a script that does this, that can even pipe it down an encrypted
ssh tunnel from one linux box to another if the machine housing the
tape unit is in a different linux box....<br>
<br>
P.<br>
<br>
<br>
Paul Schoonderwoerd wrote:
<blockquote cite="mid200608191123.48115.paul@pollux-it.nl" type="cite">
  <pre wrap="">On Saturday 19 August 2006 11:10, Geert Batsleer wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello,

I want to backup my PE2800 on tape but I'm not sure how to do this.

My PE2800 has a RAID5 setup with 2 72GB SCSI disks and a Seagate DAT-2 72GB
internal tape-streamer and I'm running Centos 4.3 with the latest yum
updates.

I'm not sure if this tape-streamer is recognised by the OS properly because
it doesn't show up along with my DVD/floppy

I also recieved with the server a copy of Galaxy Express software from Dell
but from what it looks this seems to be more of a client/server
backupprogram and not really functional on a standalone server.

So how does one backs up + restores a complete HD (incl. MBR) like a ghost
image or something on a tape. Any good software or howto's you can suggest
would be much appreciated.

kind regards,

Geert
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Geert,

Have a look at the mt command. This will amongst other things show you the 
status of the tapedrive ( mt -f /dev/mt0 status ). /dev/mt0 is most likely 
the devicename for your tapedrive.

I can recommend Lone-tar from <a class="moz-txt-link-abbreviated" href="http://www.cactus.com">www.cactus.com</a>. Have long time experience with 
it, very good and solid. Bare metal restore from two floppies (or CD) and 
your tape in under 2 hours. Lots of options but still easy. You can download 
a trial version.
Costs somewhere between 400 and 500 Euro's. If that's is too much, have a look 
at Bacula. No personal experience with that though.

Good luck,
  </pre>
</blockquote>
</body>
<br />--
<br />This message has been scanned for viruses and
<br />dangerous content by the
<a href="http://www.enhancion.net/"><b>Enhancion</b></a> system scanner, 
<br />and is believed to be clean.

</html>