From edfe644496189da09c12009d8c670e5100515dd9 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 26 May 2022 21:11:20 +0200 Subject: Add a first iteration of a backup subcommand --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit v1.1