summaryrefslogtreecommitdiff
path: root/src/main/java/com/keuin/kbackupfabric/backup
AgeCommit message (Collapse)Author
2021-01-22Speed up the incremental backup by using multiple CPU cores if available ↵Keuin
(use multiple threads to calculate the hash).
2021-01-21Fix minor bug in ZipUtil. Do some clean if backup is failed. Small code ↵Keuin
refactor.
2021-01-20refactorKeuin