# Where to store backups BACKUPLOCATION="whack.csh.rit.edu:/usr/backup" # Backup to: $BACKUPLOCATION/hostname/ BYHOSTNAME=1 # Set the user for ssh logins USER="jls" # Use blowfish, it's faster. Also specify the username RSYNC_RSH="ssh -c blowfish -l ${USER}" # Directories to backup TARGETS="/usr/home /etc /usr/local/etc /misc/etc /misc/usr/local/etc"