diff options
| author | Colin Wilk <colin@wilk.cx> | 2026-06-28 21:59:10 +0200 |
|---|---|---|
| committer | Colin Wilk <colin@wilk.cx> | 2026-06-28 22:26:36 +0200 |
| commit | 785e6c88e4c0a3ccc44fd357b4f693c5aadd432c (patch) | |
| tree | b64ec2c57634edcb8a90b0a6a469fcbc8180e2b9 /README.md | |
| parent | 9df891b2bc48a7565103bab3f5bdc64542aec5f8 (diff) | |
| download | ansible-role-borgbackup-785e6c88e4c0a3ccc44fd357b4f693c5aadd432c.tar.gz ansible-role-borgbackup-785e6c88e4c0a3ccc44fd357b4f693c5aadd432c.zip | |
Add option to disable decryption key export
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |