evobackup/install/etc/evobackup/conf.d/cron.cf
2014-03-19 11:54:41 +01:00

18 lines
384 B
CFEngine3

# Pid file
PIDFILE="/var/run/evobackup.pid"
# Port of the OpenSSH chroot on the backup server.
SSHPORT=2222
# Hostname OR adress IP of the backup server.
BACKUPSERVER="mybackupserver.domain.tld"
# A mail to send the report or alert.
MAIL_TO="jdoe@example.com"
# Log file
LOG="/var/log/evobackup.log"
# Used when you have more than one backup server.
NODE=$(( $(date +%-d) % 2 ))