Advanced Backups - 3.6
Minecraft 1.21 support!
- Add new config options for logging backup progress:
Config | Description | Default Value |
---|---|---|
config.advancedbackups.logging.clients | Which clients to send backup progress info to. | ops |
config.advancedbackups.logging.clientfrequency | How often to send backup progress info to clients, in milliseconds. | 500 |
config.advancedbackups.logging.console | Whether to log backup progress info to console. Start and end are always logged. | true |
config.advancedbackups.logging.consolefrequency | How often to log backup progress info to console, in milliseconds. | 5000 |
- Slight improvements to command feedback and other logging.
- Fix a issue with the commandline that could allow extraction of zip entries to abitrary locations.
- This would require a maliciously crafted zip that the user has manually placed into the backups folder then attempted to restore.
- As such, it was a very minor issue, but nonetheless one worth patching.