summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-01-16 16:51:52 +0200
committerLars Wirzenius <liw@liw.fi>2022-01-16 16:51:52 +0200
commit591b5dae6bd81017ce1b26190456dd0c77d327d9 (patch)
treecd0fdf96338ed293127300bcef9682fe0b60a3fe
parentc1c12f686f182a2dfa8aa0e48bd5c8da9e86068a (diff)
downloadobnam2-591b5dae6bd81017ce1b26190456dd0c77d327d9.tar.gz
docs: add requirement that the size of local cache must be limited
Sponsored-by: author
-rw-r--r--obnam.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/obnam.md b/obnam.md
index bada9c6..6f73323 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 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.