MineBackup v5.9.4

Details

  • Filename
    MineBackup-5.9.4.jar
  • Uploaded by
  • Uploaded
    Aug 7, 2012
  • Size
    127.03 KB
  • Downloads
    46,821
  • MD5
    09d4f5d8898a11a73f6ac2896629c4a1

Supported Bukkit Versions

  • CB 1.6.4-R2.0

Changelog

v5.9.4

  • fix world save spam by removing worldlistener
  • add broadcast_settings to config
  • add usage command (server memory, chunks and entities per world)
  • add special root files backup to others (do not go into sub directories)
  • add path key to others
  • add directories/path proper slash check
  • add destination.timezone-offset to name backups based on the server admins timezone
  • fix world save unloading chunks close to plugin-generated players
  • change world save debug message to include total chunks and check for failed chunk unloads
  • change hasPlayers() to ignore plugin-generated players
  • change dirty check to ignore plugin-generated players
  • add debug message when upload action is enabled and configured

v5.9.3

  • add debug message for values of loaded config
  • fix messages.action_done not being broadcast
  • fix exact time actions
  • made old map format warning dimension smart
  • remove stacktrace from HTTPExceptions (prettier Dropbox error messages)
  • fix missing leading zero in exact times (in status messages)

v5.9.2

  • added quick mode to upload thread
  • added nag message if old map format files exist
  • fixed upload action detection if actions_on_start is enabled
  • update upload command strings
  • cleaned up process() action switching
  • added friendly ftp errors (failed login/path not existant)

v5.9.1

  • add actions_on_startup to replace start_covered_in_dirt
  • fix extra persist.dat migration

v5.9

  • fix 'start_covered_in_dirt' setting being ignored
  • silence InterruptedException
  • split strings off from config.yml
  • added broadcast setting (sends backup action message to users)
  • a copy of configuration is made when invalid or migrated
  • 'upload' command added
  • add warning when queue gets too big from low interval settings

v0.5.8

  • convert to new event api
  • add ftp support (you need to make sure the folders for worlds exist on ftp server)

v0.5.5

  • tweak messages sent to console
  • add "cleanup" action
  • ignore .lck files by default
  • log ALL ioexception instead of dying on some

v0.5.4

  • fix chunks not unloading on save
  • [again] fix copy/compress action stopping if file is locked (reports to console in debug)

v0.5.3

  • fix ConcurrentModificationException, switched to callSyncMethod;
  • fix exclude-folders setting;
  • fix copy/compress action stopping if file is locked (reports to console in debug);
  • remove some extra buffering layers

v0.5.2

  • attempted to fix ConcurrentModificationException

v0.5.1

  • fix UnsupportedOperationException at ltguide.minebackup.TaskProcess.checkQueue(TaskProcess.java:52)

v0.5

  • staggered world-specific actions (save/copy/compress/dropbox) at a exact time or interval
  • backup plugins
  • tons more

v0.4.8.4

  • almost complete recode, too many changes to enumerate

v0.4.8.3

  • fix month off by one

v0.4.8.2

  • fix ConsoleCommandSender errors