summaryrefslogtreecommitdiff
path: root/src/main/java/com/keuin/kbackupfabric/util/backup/BackupFilesystemUtil.java
AgeCommit message (Collapse)Author
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-14Fix a minor naming bug.Keuin
Code refactor. Improve test.
2021-01-13Incremental backup now works (tested, but not thoroughly)Keuin
2021-01-13Clean old incremental backup codes.Keuin
2020-12-17Implementing incremental backup. (in progress)Keuin
2020-08-02Refactor & object tree impl. stage 1Keuin