ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/shell/cvsbackup.sh
Revision: 1.2
Committed: Sun Aug 1 10:39:52 2004 UTC (19 years, 9 months ago) by tdb
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Catch a lot of old URL's and update them. Also remove a couple of old files
that aren't used.

File Contents

# Content
1 #!/bin/sh
2
3 CVSROOT="/cvs/i-scream"
4 TARFILE="/home/sites/www.i-scream.org.uk/web/i-scream-cvs.tar"
5
6 /bin/rm -f ${TARFILE}
7 /bin/rm -f ${TARFILE}.gz
8
9 cd ${CVSROOT}
10
11 /bin/tar -cvf ${TARFILE} * >/dev/null
12 /usr/bin/gzip -9 ${TARFILE}
13
14 /bin/chown iscream:site8 ${TARFILE}.gz