- Prefixes Discord messages with the prefix specified in the config
- Added Discord webhooks (requires setting new
webhook-url
config option)
- Added
/s3backup dry-run
, which saves a file with a list of server files that would be included with the backup
- The config
ignore-files
setting will now ignore a file if the ignore string is present anywhere in its path
- Update to support Spigot 1.15
- Update bStats
- Update AWS s3 SDK
- Relocate
org.apache
to resolve dependency conflicts.
- Check for ongoing backups before initiating a new one
- Ordering list output
- Adding disk usage of backups to list command
- Adding user variable for signed URL duration
- Fix issue where a blank prefix would result in the regex check failing
- Add support for third party s3 services
- Update to support Spigot 1.14.4
- Update to support Spigot 1.14.1
- Initial release