Add info about backup frequency config

Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com>
This commit is contained in:
Mqrius 2026-01-20 11:44:02 +01:00 committed by GitHub
parent 74414c4074
commit 3722583f23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,3 +21,8 @@ The config files shipped with the server pack should be a good starting point fo
* defaultconfigs/ftbranks/ranks.snbt
* Depending on how powerful of a server you're using, you may want to change the amount of force-loaded chunks each player is allowed to have. Note that players on the same team will combine their total allowance, so small numbers can encourage team play.
* config/ftbbackups2.json
* Backup frequency is set with cron time info.
* By default for servers this is every morning at 10:15AM: `"backup_cron": "0 15 10 * * ? *"`
* If you want it hourly like singleplayer worlds, use `"backup_cron": "0 0 0/1 1/1 * ? *"`