feat(nextcloud): Add simple restic backup
This commit is contained in:
parent
36ff0fb5fa
commit
eaeeb4ed6c
2 changed files with 26 additions and 0 deletions
|
|
@ -42,3 +42,9 @@ nextcloud_smtp_from_domain: "{{ server_domain }}"
|
|||
# nextcloud_s3_ssl: true
|
||||
# nextcloud_s3_region: eu-central-1
|
||||
# nextcloud_s3_usepath_style: true
|
||||
|
||||
nextcloud_backup_db_enable: false
|
||||
# nextcloud_backup_db_repo: s3.eu-central-1.wasabisys.com/myrepo
|
||||
# nextcloud_backup_db_key: <s3-key>
|
||||
# nextcloud_backup_db_secret: <s3-secret>
|
||||
# nextcloud_backup_db_timezone: US/Chicago
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue