From 785e6c88e4c0a3ccc44fd357b4f693c5aadd432c Mon Sep 17 00:00:00 2001 From: Colin Wilk Date: Sun, 28 Jun 2026 21:59:10 +0200 Subject: Add option to disable decryption key export --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3d80e28..c01e109 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,12 @@ the keys in a secure location outside of git. borg_decryption_keys_yaml_path: "{{ inventory_dir }}/decryption_keys.yml" ``` +Set to an empty string to disable exporting decryption keys entirely: + +```yaml +borg_decryption_keys_yaml_path: "" +``` + The scheduling of the backups is done via systemd. For this purpose a systemd service and a corresponding timer are created. Additionally, we create backup scripts for use in the systemd service and for -- cgit v1.2.3