egscripts/egrsync/oslUK/daily.conf

23 lines
601 B
Text
Raw Permalink Normal View History

#
# the egrsync configuration file...
#
# directories to mirror on this machine...
DIRS="/storage/oslUK /storage/pgsql"
#
# directories or files (patterns) to exclude...
EXCLUDE="archive *.log .netscape .xsession-errors Current*"
#
# rsync arguments...
FLAGS="--archive -e ssh --delete --stats"
#
# base directory into which to copy the rsync'd stuff
BASEDIR=/storage/oslUK
#
# machine to copy from
SERVER=openstrategies.co.uk
#
# user on SERVER - NOTE: this assumes that this user has the
# right to access the necessary info on the server, and has
# password-less login access via ssh...
USER=root