summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--obnam.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/obnam.md b/obnam.md
index b3646d3..d6cbf59 100644
--- a/obnam.md
+++ b/obnam.md
@@ -391,4 +391,11 @@ functions:
- subplot/vendored/runcmd.py
classes:
- json
+abstract: |
+ Obnam is a backup system, consisting of a not very smart server for
+ storing chunks of backup data, and a client that splits the user's
+ data into chunks. They communicate via HTTP.
+
+ This document describes the architecture and acceptance criteria for
+ Obnam, as well as how the acceptance criteria are verified.
...