Changes for use in a backup server. Changed the address for the FSF in

the license.
This commit is contained in:
ccurley 2007-07-08 17:25:49 +00:00
parent 4ba6b4aeef
commit d1a1f40697
1 changed files with 24 additions and 9 deletions

View File

@ -3,9 +3,9 @@
# A script to restore all of the data to tester via ssh. This is our final
# stage restore.
# Time-stamp: <2003-04-24 09:59:45 ccurley restore.tester>
# Time-stamp: <2007-07-08 11:23:32 ccurley restore.tester>
# Copyright 2000 through the last date of modification Charles Curley.
# Copyright 2000 Charles Curley.
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
@ -17,19 +17,34 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
# 02110-1301, USA
# You can also contact the Free Software Foundation at http://www.fsf.org/
# For more information contact the author, Charles Curley, at
# http://www.charlescurley.com/.
# The host name of the computer to be restored.
# 2007-05-22: Changes for FHS compliance. Removed commented out
# references to ZIP drives.
target=tester
# 2006-04-14: Use the script ../scripts/get.target to determine the
# host name. This makes the script more general, and maybe we can run
# it from one place & determine the host name from the directory
# name.
bunzip2 -dc $target.tar.bz2 | ssh $target "cd / ; tar -xpkf - "
# Get the host name of the computer to be backed up and other info.
. ../scripts/get.target
ssh $target lilo
bunzip2 -dc $TARGET.tar.bz2 | ssh $host "umask 000 ; cd / ; tar -xpkf - "
# bunzip2 -dc $host.dos.$DATE.tar.bz2 | ssh $host "umask 000 ;\
# mount /mnt/dosc ; cd / ; tar -xpkf - "
# Note libata issue! We boot to /dev/sda, not /dev/hda, as IDE drives
# now show up as SCSI drives.
ssh $host "chown root:lock /var/lock ; grub-install /dev/sda"
# ; chown -R amanda:disk /var/lib/amanda