summaryrefslogtreecommitdiff
path: root/client.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-01-10feat! use SQLite db for chunk index on serverLars Wirzenius1-2/+2
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-03feat: add Ansible playbook to provision an Obnam serverLars Wirzenius1-2/+2
2020-12-23feat! only specify base URL of server, without /chunksLars Wirzenius1-1/+1
2020-12-23feat: re-enable progress bars for backup and restoreLars Wirzenius1-1/+1
2020-12-23feat: add log file to clientLars Wirzenius1-1/+1
2020-12-08refactor: move functions around so that data stuff is in data.yamlLars Wirzenius1-1/+1
2020-11-27feat! make obnam-server always use TLSLars Wirzenius1-1/+1
This will ruin my benchmark results, but it's the right thing to do.
2020-11-18feat! change client config to take a base URL instead of host, portLars Wirzenius1-2/+1
2020-11-08feat(src/bin/obnam-backup.rs): new backup client, walks live dataLars Wirzenius1-0/+2
2020-10-03feat: add rudimentary backup clientLars Wirzenius1-0/+2
Also, a bit of logging for server.