summaryrefslogtreecommitdiff
path: root/src/main/java/com/keuin/kbackupfabric/util/BackupFilesystemUtil.java
AgeCommit message (Collapse)Author
2020-08-02Refactor & object tree impl. stage 1Keuin
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.
2020-04-23Version 1.1.0-dev:1.1.0-devKeuin
- Optimized backup lag (using async I/O). - Added twice confirmation /kb confirm and cancellation /kb cancel, to avoid mistake. - Added countdown before restoring. - Adjusted some text. - Code optimization.