diff --git a/INSTALL.md b/INSTALL.md index b9f31e4..e2db684 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -54,6 +54,8 @@ Set this in the root crontab ``` 29 10 * * * pkill evobackup-rm.sh && echo "Kill evobackup-rm.sh done" | mail -s "[warn] EvoBackup - purge incs interrupted" root 30 10 * * * /usr/share/scripts/evobackup-inc.sh && /usr/share/scripts/evobackup-rm.sh + +Edit the configuration in /etc/evobackup/conf.d/incrementals.cf at least for MAIL_TO. ```` Client side @@ -132,4 +134,4 @@ that launch update-chroot.sh. root@backupserver:~/evobackup# chroot-update.sh ``` -Then reload sshd daemons. \ No newline at end of file +Then restart evobackup using init script. \ No newline at end of file