From e5f68184bfe91f6874fe8c2344dbd5fa613d6bee Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 9 Jan 2021 16:52:35 +0200 Subject: feat! use SQLite db for chunk index on server This speeds startup a lot. However, the backup repository needs to be re-created from scratch and internal APIs have change in incompatible ways. --- client.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client.yaml') diff --git a/client.yaml b/client.yaml index 1b7d6c9..dd60c9c 100644 --- a/client.yaml +++ b/client.yaml @@ -1,3 +1,3 @@ -server_url: https://obnam0:8888 -root: /home/liw/pers/Foton +server_url: https://localhost:8888 +root: /home/liw/tmp/Foton log: obnam.log -- cgit v1.2.1