summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-02-15 07:40:42 +0200
committerLars Wirzenius <liw@liw.fi>2021-02-15 07:40:42 +0200
commit0b48a55108a1c40300f72cc05868f0508b4a480b (patch)
treeb332270fa9624245c41e09792286ace7e286b771
parent88a590a31a54c6f2a64f9fac5da182791844c808 (diff)
downloadobnam.org-0b48a55108a1c40300f72cc05868f0508b4a480b.tar.gz
docs: update roadmap
-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"
~~~