DriveBackupV2-1.3.0

Details

  • Filename
    DriveBackupV2.jar
  • Uploaded by
  • Uploaded
    Jul 23, 2020
  • Size
    16.53 MB
  • Downloads
    243
  • MD5
    d83a38b3b33a9954716f4b399e756457

Supported Bukkit Versions

  • 1.16
  • 1.15
  • 1.14
  • 1.13
  • 1.12
  • 1.11
  • 1.10
  • 1.9
  • 1.8.1
  • 1.8

Changelog

Although this release is fully backward compatible with DriveBackupV2 v1.0.0 and higher*, to use the new features you must remove the config.yml from your server and restart it, so it can generate a new config.yml with the new settings. You can copy your old settings over manually.

* This release changes how the blacklist works, so you may have to rewrite parts of it in order to achieve the same behavior.

In this release, I've added many highly requested features and fixed a few bugs.

  • Fixed issues with creating backups from external sources, like FTP or MySQL servers when the Minecraft server was running on Windows or the plugin was set to upload to OneDrive
  • Added support for enabling only local backups, previously the user was told "no backup method is enabled"
  • Made it much easier to back up the entire Minecraft server folder, now simply set the path to .
  • Plugin commands can now be sent from the console once again (thanks RalphORama)
  • Added /drivebackup nextbackup command that displays the date/time of the next automatic backup
  • Added support for blacklisting files/folders using globbing
  • Added support for blacklisting tables when creating backups from external MySQL databases
  • Added support for putting the folder used to contain local backups anywhere on the computer hosting the Minecraft server
  • Added support for putting backups in folders inside of other folders in Google Drive and OneDrive, for example, folder1/folder2/folder3
  • Added option to use a secure connection when connecting to and backing up from external MySQL databases
  • Added option to change the timezone of the backup name format
  • Fixed conflicts with other plugins
  • Fixed an issue causing the plugin to display the wrong time/date of the next scheduled backup.
  • Rewrote a large part of the Google Drive, OneDrive and local backup code, fixing some bugs along the way
  • Now doesn't say "Google Drive/OneDrive backups enabled" after linking the user's account if backups are already enabled
  • Now commands the player doesn't have permissions to use will not be suggested
  • Commands in the help sheet can now be clicked to be run
  • Simplified update checker code
  • Removed unnecessary logging
  • Removed usage of deprecated methods from other libraries in the code