# # Excludes # ---------- # tar zcvf /tmp/t.tgz /etc/hosts* --exclude /etc/hosts.allow # # tar zcvf /tmp/t.tgz /etc/ --exclude /etc/hosts.allow --exclude /etc/gconf --exclude /etc/selinux # # == cannot have "*" like: /etc/hosts.allow* # # # ln -s /dev/st0 /dev/tape # # # tar options # http://nic.phys.ethz.ch/readme/80 # # /dev/st0 does rewind # /dev/nst0 does NOT rewind, use it ot append files onto tape # http://www.redhat.com/archives/redhat-list/2001-February/msg01396.html # http://www.ociw.edu/lco/magellan/instruments/PANIC/panic/obsmanual/obsmanual/Anode5.html # # # End of file