summaryrefslogtreecommitdiff
path: root/src/main/java/com/keuin/kbackupfabric/backup/incremental
AgeCommit message (Expand)Author
2024-01-20feature: configurable CoW incremental backupKeuin
2023-01-17Make ParallelSupplier a top-level class.Keuin
2023-01-13Code cleanup.Keuin
2021-05-31fix IncrementalBackupStorageManager spamming the log with new copied file names.Keuin
2021-02-15Add debug logKeuin
2021-02-15Minor bugfix: incremental backup without `backups` directory created will fail.Keuin
2021-02-15Add tests.Keuin
2021-01-26Show reused percentage of incremental backups.Keuin
2021-01-26BugFix: fixed malformed success message of incremental backup.v1.6.2Keuin
2021-01-25Improve user interaction.Keuin
2021-01-25Code refactorKeuin
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-24Code refactor: eliminate unnecessary instance creation of IncrementalBackupFi...Keuin
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 integrat...Keuin
2021-01-22Add a comment as a remainderKeuin
2021-01-22Fix a potential bug caused by the wrong implementation of compareTo method in...Keuin
2021-01-22Speed up the incremental backup by using multiple CPU cores if available (use...Keuin
2021-01-21Fix minor bug in ZipUtil. Do some clean if backup is failed. Small code refac...Keuin
2021-01-20refactorKeuin