summaryrefslogtreecommitdiff
path: root/obnam.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-05 07:34:37 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-05 08:45:08 +0200
commit33e58a5e30c7838bb367712db94942b6289ccdae (patch)
tree2ca8bd4e2bd7946014aa0e21ad9e90fff3e163d2 /obnam.md
parentee530a0f68743e6ef24e863254480673ff6d3319 (diff)
downloadobnam2-33e58a5e30c7838bb367712db94942b6289ccdae.tar.gz
refactor: mention that generation is an sqlite db
Diffstat (limited to 'obnam.md')
-rw-r--r--obnam.md4
1 files changed, 2 insertions, 2 deletions
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