How can I change the time between world backups?
FleetAdmiralJakob opened this issue ยท 3 comments
edit the config file. ftbbackups2.json Line 15.
"backup_cron": "0 */30 * * * ?",
You can use https://crontab.guru/ to visualize your cron job
You can edit the backup_cron string in the config file, More information can be found here https://docs.oracle.com/cd/E12058_01/doc/doc.1014/e12030/cron_expressions.htm