Server Backup Frequency Direwolf20 1.18

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

FaNT1m

Active Member
Jul 29, 2019
2
0
27
Unsure wether this is the right place for this but:

Our Direwolf server is doiung a backup every 30min, which is a bit much.
I cannot seem to find the correct config/properties file.

I have done it before, but this time cannot locate the appropriate setting

Please help?
 

bagnome

Active Member
Jul 29, 2019
1
0
27
I'm not sure if you've figured out the problem yet, but I've ran into it recently when setting up the same server.

After a little digging, I found out that the mod in question is FTB Backups 2. The configuration file can be found in
Path/To/Server/Directory/config/ftbbackups2.json

The schedule is a cron expression defined by the property "backup_con".

If you want something like every hour, then set it to "0 0 * * * ?".

I don't know how familiar you are with cron expressions, but if you're unfamiliar, then there are plenty of websites that will generate one based on your desired backup schedule.