Unraid Config Guardian
Disaster recovery documentation generator for Unraid
Unraid Config Guardian is a Python-based tool that automates documentation of an Unraid server's configuration to enable rapid recovery after a flash drive or configuration loss. It inspects running containers and system config to produce Docker Compose files, native Unraid templates, restoration scripts, and a step-by-step rebuild guide.
Key Features
- Generates docker-compose.yml and native Unraid container templates from running containers
- Exports Unraid system settings, user shares, plugin configurations, and a consolidated unraid-config.json
- Produces an automated restore.sh script and human-readable README with step-by-step recovery instructions
- Tracks changes between backups and emits a changes.log for auditability
- Scheduling support for automated backups (cron-style SCHEDULE environment variable)
- Option to mask sensitive values (MASK_PASSWORDS) and run as a Docker container that reads /boot and the Docker socket
Use Cases
- Recover quickly from a failed Unraid flash drive by rebuilding containers and restoring system settings
- Regularly document configuration drift across a homelab to track changes and simplify audits
- Provide operators with emergency restore artifacts (compose files, templates, scripts) to onboard replacement hardware
Limitations and Considerations
- This tool only captures configuration and templates; it does not back up container data, appdata, or media files
- Requires read access to the Unraid /boot config and the Docker socket, which may require elevated permissions
- Some Unraid-specific template or plugin behavior may need manual post-restore steps; template dropdown population can require Template Authoring Mode
Unraid Config Guardian is intended to complement data backup solutions by preserving the server configuration and automation needed for fast recovery. It is useful for homelabs and small Unraid deployments where configuration rebuild time must be minimized.
Categories:
Tags:
Tech Stack:
Similar Services

rclone
Command-line sync and management tool for cloud and remote storage
rclone is a CLI tool to sync, copy, mount, and serve files across cloud storage providers and standard protocols like S3, WebDAV, FTP, and SFTP.

restic
Fast, secure, deduplicating backup tool for files and directories
Restic is a fast, efficient backup program with encryption, deduplication, snapshots, and multiple storage backends including local, SFTP, REST, and S3-compatible stores.


Duplicati
Encrypted, incremental backups to cloud and remote storage
Open-source backup client for encrypted, compressed, incremental backups to cloud storage and remote servers via SFTP, WebDAV, and more.

BorgBackup
Deduplicating backup tool with encryption and compression.
BorgBackup is a deduplicating backup program with authenticated encryption and compression for Unix-like systems.


Kopia
Cross-platform snapshot-based backup tool with encryption and deduplication
Cross-platform backup and restore tool with snapshot-based incremental backups, client-side end-to-end encryption, compression, and deduplication via CLI and GUI.


Duplicacy
Lock-free deduplicating backup tool with cloud and SFTP storage support
Cross-platform backup tool with lock-free deduplication, encryption, snapshots, and pruning, supporting local disk, SFTP, and many cloud storage backends.

JSON
HTML
Docker
Python
Python runtime
Bash