aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/opensim-crontab.txt
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-11-28 04:53:09 +1000
committerDavid Walter Seikel2011-11-28 04:53:09 +1000
commit554583496a2fdd3b9399c73a7fc526f99956e5bc (patch)
treeac2bb5d813f39b239179560855a15eceb4cf8682 /opensim-crontab.txt
parentNo need to deal with ownership and perms, the install script does that now. (diff)
downloadIGnoble-554583496a2fdd3b9399c73a7fc526f99956e5bc.zip
IGnoble-554583496a2fdd3b9399c73a7fc526f99956e5bc.tar.gz
IGnoble-554583496a2fdd3b9399c73a7fc526f99956e5bc.tar.bz2
IGnoble-554583496a2fdd3b9399c73a7fc526f99956e5bc.tar.xz
Backup sim regularly.
Rest don't work, screen would be better even if it did work. New scripts for stopping the sim, backing up the sim, and showing the console. Monit script works now.
Diffstat (limited to 'opensim-crontab.txt')
-rw-r--r--opensim-crontab.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/opensim-crontab.txt b/opensim-crontab.txt
index ab694f7..caaaafc 100644
--- a/opensim-crontab.txt
+++ b/opensim-crontab.txt
@@ -9,3 +9,6 @@
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
100 0 * * * /usr/bin/savelog -c 7 /var/log/opensim/*.log 100 0 * * * /usr/bin/savelog -c 7 /var/log/opensim/*.log
11 11
12# Backup the sims every 6 hours.
130 */6 * * * /opt/opensim/setup/backup-sims.sh
14