EasierBackup now supports wildcards in the 'exempt' section of the config file. This enables you to specify exemption rules such as
plugins/*.jar, which will exempt all .jar files in the plugins folder. Existing exempt rules should continue to work as they did previously.
This update also brings some smaller changes, which can be seen below.
Complete changelog - Implement wildcards
- Append 'b' (or 'c', 'd', etc) to end of zip file name if it already exists
- Show time since last backup in
/backup list - Add command aliases (
/backup start can now also be called as
/backup create, and
/backup abort can be called as
/backup stop or
/backup cancel)
- Minor changes in logging