aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-05-26 21:11:20 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-05-26 21:11:20 +0200
commitedfe644496189da09c12009d8c670e5100515dd9 (patch)
tree17ceab6cc80bf79cd60ca3f1c217affe447c690c /CHANGELOG.md
parent08520fec143abd63000885f9d8fadb66ef203435 (diff)
Add a first iteration of a backup subcommand
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 523c4c0..dbcc19d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `config_subkeys()` and `config_subkeys_for` have been added, to look up
subkeys defined in config files. These can help when you want to use a list
somewhere in your configuration.
+- A `backup` subcommand has been added. This backup system uses borg, which must
+ be installed, but should be generic enough to be usable by most people out of
+ the box.
### Changed