summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-01-25Perform clean-up after deleting a backup.Keuin
2021-01-25If incremental backup failed, unfinished copy will be fully reverted.Keuin
2021-01-24BugFix: incremental backup shows incorrect file count and size.Keuin
2021-01-24Clean commentsKeuin
2021-01-24Remove unnecessary code linesKeuin
2021-01-24Code refactor: eliminate unnecessary instance creation of ↵Keuin
IncrementalBackupFileNameEncoder
2021-01-23I decided to change the version to `1.5.0` in order to stress the non ↵Keuin
forward-compatible for 1.4.6 created backups in older versions (<=1.4.5).
2021-01-23Now it will display information after restoring from an incremental backupKeuin
2021-01-23Version 1.4.6 (preview): added metadata for incremental backup (need ↵Keuin
integrated test and display implementation)
2021-01-22BugFix: `/kb list` or `/kb` shows `null` for all incremental backups.1.4.5Keuin
2021-01-22Fix a small inconsistency between different versionsKeuin
2021-01-22Add a comment as a remainderKeuin
2021-01-22Fix a potential bug caused by the wrong implementation of compareTo method ↵Keuin
in ObjectElement
2021-01-22Speed up the incremental backup by using multiple CPU cores if available ↵Keuin
(use multiple threads to calculate the hash).
2021-01-21Slightly optimize zip backup speed.Keuin
2021-01-21Fix minor bug in ZipUtil. Do some clean if backup is failed. Small code ↵Keuin
refactor.
2021-01-21Merge remote-tracking branch 'origin/master'keuin
2021-01-21Performance optimization on file I/O streams.Keuin
2021-01-21Merge remote-tracking branch 'origin/master'Keuin
# Conflicts: # src/main/java/com/keuin/kbackupfabric/operation/backup/PrimitiveBackupMethod.java
2021-01-20refactorKeuin
2021-01-201.4.2: BugFix: The plugin makes a blank backup if the world (is created in ↵Keuin
client-side and) is not named as the same with the folder name (by default it is `world`, the backup will fail silently if the world name is not equal to the folder name).
2021-01-201.4.1: will not backup `session.lock` file. Improve test case compatibility ↵Keuin
to suit more general compile environments.
2021-01-14Fix Intellij fake warning1.4.0Keuin
2021-01-14Fix a minor naming bug.Keuin
Code refactor. Improve test.
2021-01-13Add a more comprehensive test for incremental backupKeuin
2021-01-13Incremental backup now works (tested, but not thoroughly)Keuin
2021-01-13BackupMethod now becomes statefulKeuin
2021-01-13Refactor for a better code qualityKeuin
2021-01-13Refactor for a better code qualityKeuin
2021-01-13Clean old incremental backup codes.Keuin
2021-01-12Add serialization and deserialization for ObjectCollectionKeuin
2021-01-12Add unit test for Sha256Identifier and ObjectCollectionKeuin
2021-01-12Implement object collection(not tested) and sha256(tested)Keuin
2020-12-29Support specifying zip compression level (not finished)Keuin
2020-12-17Implementing incremental backup. (in progress)Keuin
2020-12-15Remove modid.mixins.json(not use)flier268
2020-11-30Implementing incremental backupKeuin
2020-10-04Pump upKeuin
2020-08-02Refactor & object tree impl. stage 1Keuin
2020-07-25Remove redundant mixin usage.Keuin
Small optimize for message in /kb list.
2020-05-08Added script-based auto reboot support (after restoring).Keuin
2020-04-29Add project github address in startup message.Keuin
2020-04-28refactorKeuin
2020-04-27Resized the logo to reduce plugin size.1.3.3-dev1.3.2-devKeuin
Refactored code for a better implementation of async and blocking task.
2020-04-25resize the logo to reduce plugin sizeKeuin
2020-04-24Version 1.3.1-dev (BugFix)1.3.1-devKeuin
Improve some info output. BugFix: Deleted backup won't immediately disappear in the suggestion list.
2020-04-24Added hint at the "/kb" output in the first run after restoring from a backup.1.3.0-devKeuin
Warning: Backup in this version is not compatible with older version!
2020-04-24Implemented uniformed console output (log4j) in PrintUtil.Keuin
2020-04-24Refactored pending task using OCP design pattern.Keuin
2020-04-24Added /kb delete <backup_name> for deleting an backup (with auto-complete ↵Keuin
supported). Command /kb confirm now confirms both /kb restore and /kb delete. Added /kb prev for easily check out the latest backup.