Primjer skripte za backupručno pokretanje
# A dataless system to a tape drive on a server.
# Script to do a complete backup of the system
echo "***************************************************************"
echo "This program will allow you to backup GALLIFREY onto magtape"
echo " Follow the directions given below."
echo "***************************************************************"
echo "Mount tape for partition a and g"
echo " then type RETURN "
echo " ...working - Starting GALLIFREY backup "
/usr/etc/dump 0ufsdb server:/dev/nrst8 6000 54000 126 /dev/sd0a && echo "Done with partition a ..."
/usr/etc/dump 0ufsdb server:/dev/rst8 6000 54000 126 /dev/sd0g && echo "Done with partition g ..."