msm/docs/concepts/cron.md

17 lines
714 B
Markdown
Raw Normal View History

2012-07-15 00:14:31 +00:00
---
layout: docs
title: Cron Scheduler · Docs · MSM
tab: docs
docsitem: concepts-cron
---
Cron Scheduler
==============
From wikipedia:
> Cron is the time-based job scheduler in Unix-like computer operating systems. cron enables users to schedule jobs (commands or shell scripts) to run periodically at certain times or dates.
2012-12-31 16:22:07 +00:00
MSM uses cron to run periodical backups, syncronise worlds that are in RAM back to disk every half hour to prevent data loss in the event of a crash and roll Minecraft log files to prevent them getting too large each night.
2012-07-15 00:14:31 +00:00
See the <a href="https://github.com/marcuswhybrow/minecraft-server-manager/blob/latest/cron/msm">MSM cron file</a> in the repository for a detailed example.