# This file is sourced by the EECISbak.sh script and can be used to set 
# variable values on a EECIS-wide basis. It should not be modified by
# users, though it may be used as a template for individual configurations.

# Remote server
#SERVER="smb2.eecis.udel.edu"

# Remote user to connect as. Written in terms of the ${USER} variable
# so that changes in ${USER} will be reflected at run-time
#RUSER="\${USER}"

# Configuration directory. Without a full pathname, will be relative to 
# the home directory ("/Users/$USER" for Mac and 
# "/cygdrive/c/Documents and Settings/$USER" for Windows).
#CFDIR="EECISbak"

# Location of the SSH private-key to be used for connecting to $RUSER@$SERVER.
#KEY="\${CFDIR}/key"

# System and personal include/exclude files. At least one must exist. They
# are interpreted in the order shown here, and earlier matches override 
# later ones. Note that inc
INCLUDE="\${CFDIR}/include"
SYSINCLUDE="\${CFDIR}/sysinclude"
EXCLUDE="\${CFDIR}/exclude"
SYSEXCLUDE="\${CFDIR}/sysexclude"

# Where to keep the rsync log (default is EECISbak/log-YYYYMMDDHHMM)
#LOG="\${CFDIR}/log-$(date +%Y%m%d%H%M)"

# Updated when sync successfully completes
#TIMESTAMP="\${CFDIR}/timestamp" # Stored as hours since Jan 1, 2000
# Where to contact the ssh_agent
#export SSH_AUTH_SOCK="\${CFDIR}/agent.sck"
#AGENT_PID_FILE="\${CFDIR}/agentpid"

# Minimum time between successive backups (hours)
#MINTIME=12 # Will probably "try" to backup about daily, in practice

# Arguments for rsync. Add -n = "dry run" for testing. Note that if you change
# these arguments, then they MUST be changed on the server as well or 
# strange problems will occur. The default is "verbose,preserve soft-links,
# "preserve Hard links"; save owner, group, time, and permission information. 
# Do not change "rR".
#RSARGS="-vlHogtprR --delete-excluded --ignore-errors"
