From c6d7e1ede8f585d18f7fd6d3e1bbb9929480fbbb Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Nov 2016 00:01:35 +1000 Subject: Comment out the crontab, we are doing this a different way. Should probably delet this later. --- scripts/opensim-crontab.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/opensim-crontab.txt b/scripts/opensim-crontab.txt index f26b25d..2a0dbed 100644 --- a/scripts/opensim-crontab.txt +++ b/scripts/opensim-crontab.txt @@ -7,10 +7,10 @@ # at midnight, remove old logs, files created 3 or more days ago #0 0 * * * find /var/log/opensim -ctime +1 -delete # experimental version using savelog -c cycles all opensim log files over 7 days -0 0 * * * /usr/bin/savelog -c 7 /var/log/opensim/*.log > /dev/null +#0 0 * * * /usr/bin/savelog -c 7 /var/log/opensim/*.log > /dev/null -# Backup the inventories and sims every 6 hours. -0 */6 * * * /opt/opensim/current/scripts/backup-sims.sh +# Backup the inventories and sims every week. +#0 */6 * * * /opt/opensim/current/scripts/backup-sims.sh # Only backup inventories on the grid server itself. #55 */6 * * * /opt/opensim/current/scripts/backup-inventories.sh -- cgit v1.1