feat(backup): implement backup & disaster recovery — Duplicati + Restic + backup script + DR docs#495
Open
Lucaaaaaaaaaaaaaaaaaaaaa wants to merge 1 commit into
Conversation
…+ Restic - Duplicati 2.0.8 with Web UI for encrypted cloud backups - Restic REST Server 0.13.0 with append-only mode for local repo - backup-v2.sh: full 3-2-1 backup script supporting: - --target all|media|storage|databases|config (per-stack backup) - --dry-run, --list, --verify, --restore <backup_id> - --notify via ntfy for backup completion/failure - Config + volume + database dump backup - Retention-based cleanup - Multi-target: local, S3/MinIO, Backblaze B2, SFTP - docs/disaster-recovery.md: full bare-metal recovery procedure - Recovery order: Base → DB → SSO → Others - Estimated RTO: ~1-1.5 hours - Verification checklist - Complete .env.example and README with cron/systemd setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the complete Backup & Disaster Recovery Stack per issue #12 requirements.
Services (pinned versions)
lscr.io/linuxserver/duplicati:2.0.8backup.<DOMAIN>restic/rest-server:0.13.0restic.<DOMAIN>Key Features
--target all|media|storage|databases|config— per-stack backup--dry-run— preview without executing--list— list available backups--verify— check backup integrity (tar.gz + gzip validation)--restore <backup_id>— restore from specific backup--notify— ntfy push notification on completion/failureCloses #12
Generated/reviewed with: claude-opus-4-6