fix(nextcloud): Default to backups enabled
Backups should be enabled by default if available.
This commit is contained in:
parent
135aadf3a0
commit
af4cfc5a4b
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ nextcloud_db_username: nextcloud
|
|||
nextcloud_db_password: secretnextcloud
|
||||
|
||||
# run restic backups
|
||||
nextcloud_backup_enable: false
|
||||
nextcloud_backup_enable: true
|
||||
nextcloud_backup_cron: 0 30 3 * * *
|
||||
|
||||
nextcloud_php_memory_limit: 5G # maximum ram php may use
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue