summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-19 09:30:05 +0000
committerLars Wirzenius <liw@liw.fi>2022-01-19 09:30:05 +0000
commit574334a0fee6e39a8918259c364cecb48ef100d7 (patch)
tree138bd30e3fddb71013c5756b7a1eb21a3e24559d
parentdf7f61482fbe65819cdfebddcb2edc15e6d86b2d (diff)
parent5b060a6f0436033b679690cc71b4c2833715f835 (diff)
downloadobnam2-574334a0fee6e39a8918259c364cecb48ef100d7.tar.gz
Merge branch 'req' into 'main'
docs: add requirement that the size of local cache must be limited Closes #173 See merge request obnam/obnam!206
-rw-r--r--obnam.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/obnam.md b/obnam.md
index bada9c6..50c293c 100644
--- a/obnam.md
+++ b/obnam.md
@@ -118,6 +118,10 @@ in an automated way:
that their own data leaks, or even its existence leaks, to anyone.
* _Not done:_ **Shared backups:** People who do trust each other
should be able to share backed up data in the repository.
+* _Done:_ **Limited local cache:** The Obnam client may cache data
+ from the server locally, but the cache should be small, and its size
+ must not be proportional to the amount of live data or the amount of
+ data on the server.
The detailed, automatically verified acceptance criteria are
documented below, as _scenarios_ described for the [Subplot][] tool.