# # the egrsync configuration file... # # directories to mirror on this machine... DIRS="/etc /home /var/lib/mysql /var/djbdns" #DIRS="/etc" # # directories or files (patterns) to exclude... EXCLUDE="archive *.log home/old .netscape" #EXCLUDE="archive" # # rsync arguments... FLAGS="--archive -e ssh --delete --delete-excluded --stats" #FLAGS="--archive -e ssh" # # base directory into which to copy the rsync'd stuff BASEDIR=/extra/server # # machine to copy from SERVER=server.egressive.com # # 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