egscripts/egrsynclogs/egrsynclogs.conf

15 lines
480 B
Text

#
# the egrsynclogs configuration file...
#
# directories to mirror on this machine...
# srchost:srcpath:srcfile:localpath:localfile:owner
LOGLIST="
warhol.kc:/home/far/logs/:access_log:/home/sites/logs/far:acces_log:sites
"
#
# rsync arguments...
FLAGS="--archive -e ssh --delete --delete-excluded --stats"
# 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