# Copyright 2000 - 2004 George Shaffer # Anyone may use or modify this code for any purpose PROVIDED # that as long as it is recognizably derived from this code, # that this copyright notice, remains intact and unchanged. # No warrantees of any kind are expressed or implied. cd /var/local/backup tar -cvf postinstall.tar /usr/local/ > postinstall.log tar -rvf postinstall.tar /home/ >>postinstall.log tar -rvf postinstall.tar /var/local/logs >>postinstall.log