aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
l---------ChangeLog.md1
-rw-r--r--docs/changelog.md10
-rw-r--r--mkdocs.yml1
3 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 120000
index 0000000..1bed66b
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1 @@
+docs/changelog.md \ No newline at end of file
diff --git a/docs/changelog.md b/docs/changelog.md
new file mode 100644
index 0000000..3620de4
--- /dev/null
+++ b/docs/changelog.md
@@ -0,0 +1,10 @@
+# ChangeLog
+
+## 0.3.0 - Unrelased
+
+* [x] Keys:
+ * [x] Deprecate generating and deploying/import borg keys, since
+ pre-generation is not a supported behavior right now:
+ https://github.com/borgbackup/borg/issues/7047
+ * [x] Document about how keys are encrypted and backed up in the server:
+ https://borgbackup.readthedocs.io/en/latest/faq.html#how-important-is-the-home-config-borg-directory
diff --git a/mkdocs.yml b/mkdocs.yml
index e62b5f0..59bbad3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -13,3 +13,4 @@ nav:
- backups.md
- ideas.md
- todo.md
+ - changelog.md