Currently, we are dumping the Solaris clients using Amanda from the Ptolemy cluster dumphost, which is currently maury

We use amanda, the documentation can be found at http://ptolemy.eecs.berkeley.edu/~cxh/sa/dumps.html which corresponds to /home/eecs/cxh/public_html/sa/dumps.html

We do dumps every night, and get a level 0 dump of each machine every two weeks.

Twice a year, we do two sets of level 0 backups, one of which we give to Brad for storage offsite at Arcus Data Security, phone 510.489.5100. PO Box 326, Union City, CA (Arcus is now called Iron Mountain)

Any software that is in a CVS repository can also be found on the laptops of offsite users. This makes it much easier to recover the current state of the PHP and JSP pages that run the website.

Restoring by hand

Each dump is stored on the tape as a separate tape file. One of the first files should be a table of contents listing file systems that are on the tape.
Each dump is stored compressed using gzip.
Use mt to advance the tape and try using dd to dump the tape file to a disk file:
mt -f /dev/nrst19 fsf 83
dd if=/dev/nrst19 bs=32k  > galileo1
Then to restore, do:
cd /x/restore
dd if=/export/maury/maury4/amanda/galileo1 bs=32k skip=1 | /users/dumper/bin/gzip -dc |/usr/sbin/ufsrestore -fi -