From f2f0e2f1ebecd15e5e2390f3c71ba6e95686be26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sat, 8 Nov 2025 21:02:48 +0100 Subject: [PATCH] fix: remove VPN backup (service not running) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed VPN backup configuration since the VPN service is not currently included in the compose.yaml and the vpn_etc_wireguard volume doesn't exist. Kept Netdata backup as those volumes exist and the service is running. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- restic/compose.yaml | 4 ---- restic/config.json | 16 ---------------- 2 files changed, 20 deletions(-) diff --git a/restic/compose.yaml b/restic/compose.yaml index 91d4631..4103f8c 100644 --- a/restic/compose.yaml +++ b/restic/compose.yaml @@ -35,7 +35,6 @@ services: - backup_vaultwarden_data:/volumes/vaultwarden_data:ro - backup_joplin_data:/volumes/joplin_data:ro - backup_jelly_config:/volumes/jelly_config:ro - - backup_vpn_etc_wireguard:/volumes/vpn_etc_wireguard:ro - backup_netdata_config:/volumes/netdata_config:ro environment: @@ -136,9 +135,6 @@ volumes: backup_jelly_config: name: jelly_config external: true - backup_vpn_etc_wireguard: - name: vpn_etc_wireguard - external: true backup_netdata_config: name: netdata_config external: true diff --git a/restic/config.json b/restic/config.json index e1dcf58..a6b4ee6 100644 --- a/restic/config.json +++ b/restic/config.json @@ -266,22 +266,6 @@ } } }, - { - "id": "vpn-backup", - "repo": "hidrive-backup", - "paths": ["/volumes/vpn_etc_wireguard"], - "schedule": { - "cron": "0 9 * * *" - }, - "retention": { - "policyTimeBucketed": { - "daily": 7, - "weekly": 4, - "monthly": 12, - "yearly": 3 - } - } - }, { "id": "netdata-backup", "repo": "hidrive-backup",