From 8a75570ef5350730be791ab9cfc20e8a5538acab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Fri, 14 Mar 2014 18:51:07 +0100 Subject: [PATCH] Added steps to INSTALL.md --- INSTALL.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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