summaryrefslogtreecommitdiff
path: root/src/backup_progress.rs
AgeCommit message (Expand)AuthorFilesLines
2021-08-01refactor: add a type alias for generation idsLars Wirzenius1-1/+2
2021-06-19chore: bump dependency on indicatif to 0.16, and fix what's neededLars Wirzenius1-3/+2
2021-02-23feat: have separate progress bar for each backup phaseLars Wirzenius1-0/+26
2021-02-16fix: in an incremental backup, update total file count if neededLars Wirzenius1-0/+3
2021-02-16fix: initial backup progress bar only shows total backup countLars Wirzenius1-1/+1
2021-02-16feat: change progress bars to show which kind of backup is happeningLars Wirzenius1-0/+2
2021-02-16fix: drop initial backup progress barLars Wirzenius1-1/+0
2021-02-16refactor: split BackupProgress into initial, increemental variantsLars Wirzenius1-1/+20
2021-01-16feat: backup run now ends with a summaryLars Wirzenius1-0/+1
2021-01-05refactor: move policy on whether to back up a file into a moduleLars Wirzenius1-0/+45