From 591b5dae6bd81017ce1b26190456dd0c77d327d9 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Jan 2022 16:51:52 +0200 Subject: docs: add requirement that the size of local cache must be limited Sponsored-by: author --- obnam.md | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.1 From 5b060a6f0436033b679690cc71b4c2833715f835 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 19 Jan 2022 11:21:14 +0200 Subject: fix: add missing word Thanks, Alexander. Sponsored-by: author --- obnam.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obnam.md b/obnam.md index 6f73323..50c293c 100644 --- a/obnam.md +++ b/obnam.md @@ -119,7 +119,7 @@ in an automated way: * _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 + 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. -- cgit v1.2.1