From 33e58a5e30c7838bb367712db94942b6289ccdae Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 5 Feb 2021 07:34:37 +0200 Subject: refactor: mention that generation is an sqlite db --- obnam.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'obnam.md') diff --git a/obnam.md b/obnam.md index c5a90c4..e3ee47d 100644 --- a/obnam.md +++ b/obnam.md @@ -266,8 +266,8 @@ The responsibilities of the server are roughly: The responsibilities of the client are roughly: * split live data into chunks, upload them to server -* store metadata of live data files in a generation file, store that - too as chunks on the server +* store metadata of live data files in a generation file (an SQLite + database), store that too as chunks on the server * retrieve chunks from server when restoring * let user manage sharing of backups with other clients -- cgit v1.2.1