ViewVC Help
View File
|
Revision Log
|
Show Annotations
|
Revision Graph
|
Root Listing
root
/
i-scream
/
misc
/
scripts
/
shell
/
backup.sh
Revision:
1.1
Committed:
Fri Mar 9 00:23:22 2001 UTC
(23 years, 7 months ago) by
tdb
Content type:
application/x-sh
Branch:
MAIN
CVS Tags:
PROJECT_COMPLETION
Log Message:
Various shell scripts used around the project.
File Contents
#
Content
1
#!/bin/sh
2
cd
/usr/local/proj/co600_10
3
tar
-cvf
/home/cut/tdb1/backup/
$1
.tar
*
>/dev/null
4
gzip
-9
/home/cut/tdb1/backup/
$1
.tar
5
rcp
/home/cut/tdb1/backup/
$1
.tar.gz
plato:co600-backup
6
rcp
/home/cut/tdb1/backup/
$1
.tar.gz
killigrew:co600-backup
7
rm
/home/cut/tdb1/backup/
$1
.tar.gz