summaryrefslogtreecommitdiff
path: root/roadmap.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'roadmap.mdwn')
-rw-r--r--roadmap.mdwn40
1 files changed, 13 insertions, 27 deletions
diff --git a/roadmap.mdwn b/roadmap.mdwn
index 9d77f47..f7ff707 100644
--- a/roadmap.mdwn
+++ b/roadmap.mdwn
@@ -8,38 +8,24 @@ data, and is ready to ask others to try the software.
goal:
label: "Lars can suggest to other they try Obnam"
depends:
- - encryption_ac
- - releases
- - configfile
- - geninfo
- - codecleanup
+ - encryption
-encryption_ac:
- label: "Subplot has initial set of scenarios for encryption"
-
-releases:
- label: "There is a proper release of Obnam"
+encryption:
+ label: "Obnam backups are encrypted well"
depends:
- - letsencrypt
-
-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"
- status: finished
+ - encrypted_file_data
+ - encrypted_file_metadata
+ - encrypted_backup_metadata
-summary:
- label: "'obnam backup' writes a summary of the backup run"
- status: finished
+encrypted_file_data:
+ label: "Backed up file contents are encrypted"
+ status: next
-geninfo:
- label: "Obnam can show information about a generation"
- depends:
- - summary
+encrypted_file_metadata:
+ label: "Metadata about encrypted files is encrypted"
-codecleanup:
- label: "LocalGeneration manages its own temporary files"
+encrypted_backup_metadata:
+ label: "Metadata about backups is encrypted"
~~~