summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)AuthorFilesLines
2021-01-17feat: add a default configuration fileLars Wirzenius1-0/+1
The ~/.config/obnam/obnam.yaml file will be used as the configuration file by default. The ~/.config directory can be overridden by setting the XDG variable (XDG_CONFIG_HOME), or the whole file can be overridden with the --config option to obnam.
2020-12-30feat! store and show timestamp for each backup generationLars Wirzenius1-0/+1
This changes the output format of "obnam list".
2020-12-23feat: add log file to clientLars Wirzenius1-0/+1
2020-12-12feat: restore metadata as well as file contententsLars Wirzenius1-0/+1
2020-11-08chore: add new dependencies to Cargo.tomlLars Wirzenius1-0/+3
2020-10-03feat: add rudimentary backup clientLars Wirzenius1-0/+5
Also, a bit of logging for server.
2020-09-18feat: add a rudimentary chunk server main programLars Wirzenius1-2/+6
Also, add an initial subplot to document and verify acceptance criteria.
2020-09-17feat: store chunks persistentlyLars Wirzenius1-0/+1
2020-09-17feat: add initial ChunkMeta structLars Wirzenius1-0/+2
2020-09-17feat: add an initial ChunkId implementationLars Wirzenius1-0/+1
2020-09-17iniitial commitLars Wirzenius1-0/+9