What problem does it solve? Setting up a trustworthy Linux backup to cloud storage involves many moving parts: bucket security, encryption, credentials, retention, and proof that restores actually work. This Skill provides a complete, safety-first workflow for encrypted restic backups to Amazon S3, including the restore tests that make a backup real. ## Core Features & Use Cases - Guided S3 setup: Create or verify buckets with block public access, versioning, server-side encryption, and meaningful tags using AWS CLI profiles. - Restic backup workflow: Initialize an encrypted restic repository, keep secrets out of git under ~/.config/restic/, and run first backups safely without mirror-delete logic. - Restore verification: Run minimum restore tests to a temporary directory and full HDD-break recovery checks for git repos, dotfiles, and config files. - Use Case: After a laptop disk failure, use this Skill's runbook to restore dotfiles, repositories, and Codex guidance from the S3 restic repository onto a fresh disk. ## Quick Start Use the linux-backup-to-s3 skill to set up my encrypted restic backup to S3 and run a restore test.