1.18.2: Mod seems to ignore the limit of backups
Raidobw2 opened this issue ยท 3 comments
In FTB Plexiglass Mountain 1.1.1 it looks like the FTB Backups 2 mod does not respect the user's configuration, for example a maximum of 2 backup files.
The version of the mod there is ftbbackups2-forge-1.18.2-1.0.11.jar
.
Here is the user's configuration:
{
"enabled": true,
"command_permission_level": 3,
"notify_op_only": false,
"do_not_notify": false,
"max_backups": 2,
"backup_cron": "0 0 0/1 1/1 * ? *",
"manual_backups_time": 0,
"only_if_players_been_online": true,
"additional_directories": []
}
Relayed from FTBTeam/FTB-Modpack-Issues#1083.
Thanks in advance for checking it out!
Ditto on this, we ran out of disk space and hard crashed because we have like 100 backups now. Even though the default limit is 5 this number isn't respected.