- Sonarr, Radarr, Lidarr config directories
- Stored in Kubernetes ConfigMaps / persistent volumes
- Includes: config.xml, database, and custom profiles
- Plex metadata is stored alongside media files
- Periodic library exports recommended
- YAML manifests for all deployments stored in Git
- Critical for disaster recovery of the cluster
| Data |
Location |
Frequency |
| ARR Configs |
Kubernetes PVs |
Weekly snapshots |
| Media Files |
/consolidatedmedia |
Raid-protected |
| K8s Manifests |
GitHub |
On change |
| Wiki |
GitHub |
On change |
- ARR configs: Restore from Kubernetes snapshots
- Media: Re-scan libraries after restore
- Cluster: Redeploy from GitHub manifests
- Wiki: Pull from Git and rebuild
- Media files themselves are not backed up to a separate location — protected by the underlying storage redundancy
- Test restore procedure annually