From 7b938abedee0ce754e6083fd75c8a58ae86bea82 Mon Sep 17 00:00:00 2001 From: Ciaby Date: Fri, 15 May 2015 15:44:15 -0500 Subject: [PATCH] Forgot one comment. --- modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica b/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica index 4b166a3..42bf427 100644 --- a/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica +++ b/modules/rhizomatica_base_system/files/etc/cron.d/rhizomatica @@ -41,4 +41,6 @@ PYTHONPATH=$PYTHONPATH:/var/rhizomatica/rccn #PostgreSQL backup 0 3 * * * postgres /home/rhizomatica/bin/pg_backup_rotated.sh + +#SQLite backup 0 4 * * * root /home/rhizomatica/bin/sqlite_backup_rotated.sh