summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.mdwn')
-rw-r--r--roadmap.mdwn41
1 files changed, 25 insertions, 16 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 6d34504..e7b34f0 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -6,29 +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"
+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"
~~~