diff options
author | David Walter Seikel | 2016-11-28 00:01:35 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-11-28 00:01:35 +1000 |
commit | c6d7e1ede8f585d18f7fd6d3e1bbb9929480fbbb (patch) | |
tree | 6fe1933a438a15f39d4963ca205bdd76b4d981dc | |
parent | Fix up startup a little. (diff) | |
download | opensim-SC_OLD-c6d7e1ede8f585d18f7fd6d3e1bbb9929480fbbb.zip opensim-SC_OLD-c6d7e1ede8f585d18f7fd6d3e1bbb9929480fbbb.tar.gz opensim-SC_OLD-c6d7e1ede8f585d18f7fd6d3e1bbb9929480fbbb.tar.bz2 opensim-SC_OLD-c6d7e1ede8f585d18f7fd6d3e1bbb9929480fbbb.tar.xz |
Comment out the crontab, we are doing this a different way. Should probably delet this later.
Diffstat (limited to '')
-rw-r--r-- | scripts/opensim-crontab.txt | 6 |
1 files changed, 3 insertions, 3 deletions
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 @@ | |||
7 | # at midnight, remove old logs, files created 3 or more days ago | 7 | # at midnight, remove old logs, files created 3 or more days ago |
8 | #0 0 * * * find /var/log/opensim -ctime +1 -delete | 8 | #0 0 * * * find /var/log/opensim -ctime +1 -delete |
9 | # experimental version using savelog -c cycles all opensim log files over 7 days | 9 | # experimental version using savelog -c cycles all opensim log files over 7 days |
10 | 0 0 * * * /usr/bin/savelog -c 7 /var/log/opensim/*.log > /dev/null | 10 | #0 0 * * * /usr/bin/savelog -c 7 /var/log/opensim/*.log > /dev/null |
11 | 11 | ||
12 | # Backup the inventories and sims every 6 hours. | 12 | # Backup the inventories and sims every week. |
13 | 0 */6 * * * /opt/opensim/current/scripts/backup-sims.sh | 13 | #0 */6 * * * /opt/opensim/current/scripts/backup-sims.sh |
14 | 14 | ||
15 | # Only backup inventories on the grid server itself. | 15 | # Only backup inventories on the grid server itself. |
16 | #55 */6 * * * /opt/opensim/current/scripts/backup-inventories.sh | 16 | #55 */6 * * * /opt/opensim/current/scripts/backup-inventories.sh |