ipa / server / backups: only send errors to cron emails

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2021-03-27 10:42:40 -07:00
parent f92edeee68
commit 85ac490787
2 changed files with 1 additions and 2 deletions

View file

@ -1,2 +1,2 @@
# Run data only backups daily
0 20 * * * root /usr/sbin/ipa-backup --data --online
0 20 * * * root /usr/sbin/ipa-backup --data --online --quiet

View file

@ -629,4 +629,3 @@
copy:
src: data-only-backup
dest: "/etc/cron.d/data-only-backup"