diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:14:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-05-16 21:14:28 -0300 |
commit | 47077daaec91ca2e078055891194680e5796462d (patch) | |
tree | 8bfa45f78745335ad080c25f402574d48563d796 /docs | |
parent | 2730ee80d557c8684916750896e777888692932b (diff) | |
download | hydra-47077daaec91ca2e078055891194680e5796462d.tar.gz hydra-47077daaec91ca2e078055891194680e5796462d.tar.bz2 |
Adds ChangeLog
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.md | 10 |
1 files changed, 10 insertions, 0 deletions
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 |