better install documentation (cron jobs)

This commit is contained in:
Jérémy Lecour 2019-12-19 14:17:15 +01:00 committed by Jérémy Lecour
parent 24ffa76dfc
commit 2aeba60095

View file

@ -37,8 +37,10 @@ The clients only require OpenSSH and rsync.
Edit the root crontab
~~~
# crontab -e
+ 30 10 * * * /usr/sbin/bkctld inc && /usr/sbin/bkctld rm
# $editor /etc/cron.d/bkctld
+ MAILTO=alert4@evolix.net
+ 30 11 * * * root /usr/sbin/bkctld inc && /usr/sbin/bkctld rm
+ 30 23 * * * root /usr/share/scripts/check-incs.sh 1> /dev/null
~~~
## Notes