nextcloud: Back up Nextcloud with Restic
Now that the database is hosted externally, we don't have to worry about backing it up specifically. Restic only backs up the data on the filesystem.frigate-exporter
parent
0f4dea9007
commit
c2c283c431
|
@ -15,3 +15,8 @@ nextcloud_smtp:
|
||||||
dnf_automatic_exclude: nextcloud
|
dnf_automatic_exclude: nextcloud
|
||||||
|
|
||||||
nextcloud_db_host: postgresql.pyrocufflink.blue;sslcert=/etc/nextcloud/postgresql.cer;sslkey=/etc/nextcloud/postgresql.key;sslrootcert=system;sslmode=verify-full
|
nextcloud_db_host: postgresql.pyrocufflink.blue;sslcert=/etc/nextcloud/postgresql.cer;sslkey=/etc/nextcloud/postgresql.key;sslrootcert=system;sslmode=verify-full
|
||||||
|
|
||||||
|
restic_include:
|
||||||
|
- /var/lib/nextcloud
|
||||||
|
restic_exclude:
|
||||||
|
- /var/lib/nextcloud/data/*/files_trashbin
|
||||||
|
|
Loading…
Reference in New Issue