From e0d4698a3882ab73c9806b88c93bba2acd2d6821 Mon Sep 17 00:00:00 2001 From: "Wile E. Coyote" Date: Sat, 13 May 2017 09:26:16 +0000 Subject: [PATCH] Keep the Database Backuo Scripts quiet --- modules/rhizo_base/templates/rhizomatica.cron.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rhizo_base/templates/rhizomatica.cron.erb b/modules/rhizo_base/templates/rhizomatica.cron.erb index 478f809..0f7f8d8 100644 --- a/modules/rhizo_base/templates/rhizomatica.cron.erb +++ b/modules/rhizo_base/templates/rhizomatica.cron.erb @@ -64,7 +64,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn 30 3 * * * root /home/rhizomatica/bin/check_dirty.sh #PostgreSQL backup - 0 3 * * * postgres /home/rhizomatica/bin/pg_backup_rotated.sh + 0 3 * * * postgres /home/rhizomatica/bin/pg_backup_rotated.sh > /dev/null 2>&1 #SQLite backup - 0 4 * * * root /home/rhizomatica/bin/sqlite_backup_rotated.sh + 0 4 * * * root /home/rhizomatica/bin/sqlite_backup_rotated.sh > /dev/null 2>&1