mirror of
https://github.com/MinecraftServerControl/mscs.git
synced 2024-11-15 14:58:18 -07:00
Update README.md
This commit is contained in:
parent
d82306273b
commit
136b6feced
@ -335,10 +335,11 @@ The list of properties can be found
|
||||
[here](https://github.com/sandain/MinecraftServerControlScript/wiki/Global-Server-Settings).
|
||||
|
||||
## Scheduling backups and other tasks
|
||||
|
||||
All MSCS tasks can be automated using [**cron**](https://en.wikipedia.org/wiki/Cron),
|
||||
a scheduler software that can run programs on a set interval of time.
|
||||
Whether it be backups, restarts, mapping, or any other `mscs` command,
|
||||
it can be scheduled using cron.
|
||||
### Scheduling backups
|
||||
To schedule backups, you need to use [**cron**](https://en.wikipedia.org/wiki/Cron),
|
||||
a scheduler software that can run programs on a set interval of time.
|
||||
Below is an example of one way how you could setup backups via cron to backup
|
||||
a world every 2 hours:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user