summaryrefslogtreecommitdiff
path: root/client.yaml
AgeCommit message (Collapse)AuthorFilesLines
2021-03-03test: use a generic root for client.yamlLars Wirzenius1-1/+1
Previously client.yaml used a directory that only exists in my home directory, making the example config not be useful for others, unless they changed it.
2021-02-23feat: have separate progress bar for each backup phaseLars Wirzenius1-1/+1
2021-02-19feat: back up and restore Unix domain socketsLars Wirzenius1-1/+1
2021-02-16config change for testingLars Wirzenius1-1/+1
2021-02-07feat: if file can't be read, log that, don't end backup in errorLars Wirzenius1-1/+1
Such files won't be restored, as they'd be restored as empty file, and that would be confusing and thus bad.
2021-02-06feat! back up multiple rootsLars Wirzenius1-1/+2
This changes the client configuration file "root" field (with a single string) to "roots" (a list of strings).
2021-02-06feat: client verifies server's TLS certificate by defaultLars Wirzenius1-0/+1
Configuration setting can disable it.
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.