allow access to backups through sftp in ro mode
This commit is contained in:
@@ -11,7 +11,8 @@ borgmatic_config:
|
||||
- "{{ mastodon_home }}/elasticsearch"
|
||||
- "{{ mastodon_home }}/redis"
|
||||
storage:
|
||||
encryption_passphrase: "{{ borg_passphrase }}"
|
||||
umask: "{{ borg_umask }}"
|
||||
encryption_passphrase: "{{ vault_borg_passphrase }}"
|
||||
compression: zlib,7
|
||||
retention:
|
||||
keep_hourly: 24
|
||||
|
||||
@@ -6,7 +6,8 @@ borgmatic_config:
|
||||
repositories:
|
||||
- "{{ borg_repository }}"
|
||||
storage:
|
||||
encryption_passphrase: "{{ borg_passphrase }}"
|
||||
umask: "{{ borg_umask }}"
|
||||
encryption_passphrase: "{{ vault_borg_passphrase }}"
|
||||
compression: zlib,7
|
||||
retention:
|
||||
keep_hourly: 24
|
||||
|
||||
Reference in New Issue
Block a user