fbackup uses default settings that are badly out of sync for modern tape drives, so create this config file, perhaps /etc/fbackup.cfg:
Contents of the config-file:
============================
blocksperrecord 4096
records 64
checkpointfreq 4096
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000
---------------------------------------------
Example for a complete backup starting at / (root):
fbackup -i / -v -c /etc/fbackup.cfg -f /dev/rmt/0m
------------------
Display the tape header with dates:
frecover -V - -f /dev/rmt/0m
Display the table of contents:
frecover -I - -f /dev/rmt/0m
Bill Hassell, sysadmin