summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Collapse)AuthorFilesLines
2021-01-19refactor: use ChunkId directly in errors, instead of StringLars Wirzenius1-4/+5
2021-01-10feat! use SQLite db for chunk index on serverLars Wirzenius1-2/+8
This speeds startup a lot. However, the backup repository needs to be re-created from scratch and internal APIs have change in incompatible ways.
2021-01-04feat: verify checksum of chunks downloaded from serverLars Wirzenius1-0/+6
2020-12-31feat: incremental backupLars Wirzenius1-0/+4
This uses the previous, latest generation as a guideline to see what is new or changed.
2020-12-30fix: add missing source filesLars Wirzenius1-0/+8