restic: remove nextcloud dir from backup

this is making it copy any files there and its not really necessary since the database is covered and nothing else is of note
This commit is contained in:
wo2wz 2025-11-02 13:47:13 -05:00
parent 5fbae9dc20
commit 3c78a67089

View file

@ -80,7 +80,6 @@
paths = [ paths = [
"/var/lib/private/uptime-kuma" "/var/lib/private/uptime-kuma"
"/var/lib/nextcloud"
"/var/lib/vaultwarden" "/var/lib/vaultwarden"
"/var/backups/db-backup" "/var/backups/db-backup"
]; ];