summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-01-16 10:25:22 +0200
committerLars Wirzenius <liw@liw.fi>2021-01-16 10:25:22 +0200
commit1b20d9a83a2db1e7c48748c0768a9d2d6f6d75e2 (patch)
tree94777f6f8ea61d23b3ae6fb40c85353c3bce3a83 /roadmap.mdwn
parent21f5babf22e6711b30a78f16c79c85abd7e6d233 (diff)
downloadobnam.org-1b20d9a83a2db1e7c48748c0768a9d2d6f6d75e2.tar.gz
meeting: iteration planning meeting
Diffstat (limited to 'roadmap.mdwn')
-rw-r--r--roadmap.mdwn42
1 files changed, 25 insertions, 17 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 7285851..e7b34f0 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -6,30 +6,38 @@ data, and is ready to ask others to try the software.
~~~roadmap
goal:
- label: "Lars uses Obnam2 for real at home for personal laptop"
+ label: "Lars can suggest to other they try Obnam"
depends:
- - incremental_backup
+ - encryption_ac
+ - releases
+ - configfile
+ - geninfo
+ - codecleanup
-server_provision:
- label: "The Obnam server is provisioned with automation"
- status: finished
+encryption_ac:
+ label: "Subplot has initial set of scenarios for encryption"
-initial_backup:
- label: "Lars has made an initial backup of personal projects in less than an hour"
- status: finished
+releases:
+ label: "There is a proper release of Obnam"
depends:
- - server_provision
+ - letsencrypt
-incremental_backup:
- label: "Lars has made a no-op incremental backup of personal data in less than a minute"
- status: finished
+letsencrypt:
+ label: "Obnam server Ansible set up TLS cert with Let's Encrypt"
+
+configfile:
+ label: "There's an easy way to specify the default config file should be used"
+
+summary:
+ label: "'obnam backup' writes a summary of the backup run"
+
+geninfo:
+ label: "Obnam can show information about a generation"
depends:
- - initial_backup
- - incremental
+ - summary
-incremental:
- status: finished
- label: "The Obnam client backs up only new or changed files"
+codecleanup:
+ label: "LocalGeneration manages its own temporary files"
~~~