summaryrefslogtreecommitdiff
path: root/src/backup_progress.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-01-16feat: backup run now ends with a summaryLars Wirzenius1-0/+1
"obnam backup" now writes a summary like the following at the end: status: OK duration: 24 file-count: 119245 generation-id: ef353c79-a94f-4903-bd80-e741ea454c84 We can add more fields to that later, as needed and requested. This was the data that's easily at hand.
2021-01-05refactor: move policy on whether to back up a file into a moduleLars Wirzenius1-0/+45
This commit also splits up the src/cmd/backup.rs module into other, smaller, more cohesive modules that are easier to understand and use.