#! /bin/csh
#  shell script:  bk
#
#	back up selected files in this directory
#		This is a general version.  To use it, you must comment out
#		the portions and syntax which do not apply, for the machine
#		you are using.

#et files="t* bk"
#et files="HW Program.l Test.l bk"
#et files="*"
set files="[A-o,q-z]*"			# Skip files in probs directory.
					# Copy everything else.

###	Syntax for:  Byron, Entropy, Wolf
#cp $files c473ce@entropy.ms.washington.edu:'my-domains/WarWorldII' &
rcp $files       jnw@byron.u.washington.edu:'my-domains/WarWorldII' &
rcp $files       jnw@wolf.cs.washington.edu:'my-domains/WarWorldII' &

########  The following have not been tested this year:  ########

###	Syntax for:  Byron, Entropy, Wolf
#cp $files      jnw@milton.u.washington.edu:'my-domains/WarWorldII' & #

rcp $files       jnw@hardy.u.washington.edu:'my-domains/WarWorldII' &

###	Syntax for:  Milton
#cp $files entropy.ms.washington.edu.c473ce:'my-domains/WarWorldII' & #
#cp $files    byron.u.washington.edu.jnw:'my-domains/WarWorldII' &    #
#cp $files    wolf.cs.washington.edu.jnw:'my-domains/WarWorldII' &    #

