diff options
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 |