summaryrefslogtreecommitdiff
path: root/subplot/client.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-21refactor: add simple scenario step to setup Obnam for a scenarioLars Wirzenius1-0/+12
2021-09-11test: run Obnam binaries from where Cargo puts themLars Wirzenius1-1/+4
2021-05-29refactor: only have client config without passwordsLars Wirzenius1-1/+10
2021-04-25feat: expand tilde notation in configuration fileLars Wirzenius1-0/+9
2021-04-09refactor: make tests install a config in the default locationLars Wirzenius1-22/+11
2021-03-27refactor: use generic step to run command, instead of custom oneLars Wirzenius1-4/+0
2021-03-12feat: show warnings for any problems backing up filesLars Wirzenius1-0/+5
2021-02-06feat: client verifies server's TLS certificate by defaultLars Wirzenius1-0/+1
2021-01-16feat: backup run now ends with a summaryLars Wirzenius1-1/+2
2021-01-04feat: verify checksum of chunks downloaded from serverLars Wirzenius1-0/+15
2021-01-04feat! record whether file was backed up and why, in a generationLars Wirzenius1-0/+27
2020-12-30feat: allow restoring latest generationLars Wirzenius1-2/+10
2020-12-23feat! add a global --config optionLars Wirzenius1-1/+11
2020-12-08refactor: move functions around so that data stuff is in data.yamlLars Wirzenius1-34/+0
2020-12-06test: change backup/restore smoke test to verify metadataLars Wirzenius1-0/+29
2020-11-22feat! use temporary files for SQLite databasesLars Wirzenius1-3/+2
2020-11-18feat! change client config to take a base URL instead of host, portLars Wirzenius1-4/+2
2020-11-13refactor: split obnam's bindings, functions for clarityLars Wirzenius1-0/+60