Keep the Database Backuo Scripts quiet
This commit is contained in:
parent
a8907eb785
commit
e0d4698a38
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn
|
||||||
30 3 * * * root /home/rhizomatica/bin/check_dirty.sh
|
30 3 * * * root /home/rhizomatica/bin/check_dirty.sh
|
||||||
|
|
||||||
#PostgreSQL backup
|
#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
|
#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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue