diff options
author | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
---|---|---|
committer | David Walter Seikel | 2016-12-09 07:16:10 +1000 |
commit | f96afdb62bc05dd4c2ec4ba53a9978218bd82746 (patch) | |
tree | c369c8b35426a31aa65395c29593fc2cd93ded81 /scripts/opensim-crontab.txt | |
parent | Add asset fixing Perl script, though likely to convert it to Lua later. (diff) | |
download | opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.zip opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.gz opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.bz2 opensim-SC-f96afdb62bc05dd4c2ec4ba53a9978218bd82746.tar.xz |
Various little clean ups.
Diffstat (limited to 'scripts/opensim-crontab.txt')
-rw-r--r-- | scripts/opensim-crontab.txt | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/scripts/opensim-crontab.txt b/scripts/opensim-crontab.txt deleted file mode 100644 index 2a0dbed..0000000 --- a/scripts/opensim-crontab.txt +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | # to see current crontab for opensim | ||
2 | # $ sudo crontab -u opensim -l | ||
3 | # | ||
4 | # to install this crontab for opensim: | ||
5 | # $ cat /opt/opensim/current/scripts/opensim-crontab.txt | sudo crontab -u opensim - | ||
6 | # | ||
7 | # at midnight, remove old logs, files created 3 or more days ago | ||
8 | #0 0 * * * find /var/log/opensim -ctime +1 -delete | ||
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 | ||
11 | |||
12 | # Backup the inventories and sims every week. | ||
13 | #0 */6 * * * /opt/opensim/current/scripts/backup-sims.sh | ||
14 | |||
15 | # Only backup inventories on the grid server itself. | ||
16 | #55 */6 * * * /opt/opensim/current/scripts/backup-inventories.sh | ||