Skip to main content

Restic Backups

Config-driven incremental Restic backups with built-in SOPS support.

🚀 Quick Start · 📚 Documentation

Why Restic Backups?

  • 💸 Reduce costs by sending deduplicated backups to lower-cost S3, S3-compatible, Glacier, or local storage. See the storage cost comparison.
  • 🐙 Back up GitHub at organization or individual repository level, including full Git history and optional LFS, metadata, wikis, and releases.
  • 🎙️ Back up iOS Voice Memos on macOS, with optional transcription, summarisation, and speaker diarization.
  • 🔐 Keep credentials and repository passwords encrypted in a SOPS-managed YAML configuration.

Install

make install-deps  # Homebrew tools, including restic, sops, git-lfs, gh, and uv
make install       # uv sync, including the dev group and Quarto

make init loads the selected configuration and initializes each enabled restic repository that does not already exist. It reports and skips disabled or initialized repositories, and does not back up files.

Run backups

Run without arguments for a friendly interactive TUI. Navigate with the arrow keys, select destinations with Space, and use the described menus to manage jobs, repositories, and snapshots:

uv run restic-backups

For cron, containers, and other batch jobs, use the same operations as explicit CLI commands:

uv run restic-backups job run documents --repository personal-b2
uv run restic-backups --help

See the CLI guide for commands, dry runs, audit logs, timestamped logging, and Prometheus metrics.

Configuration

Pass a plain YAML file explicitly:

uv run restic-backups --config config.yaml check-config

For SOPS, add --sops. The equivalent environment variables are RESTIC_BACKUPS_CONFIG and RESTIC_BACKUPS_SOPS=1; they also configure make config-check and make init.

The configuration separates:

  • storage: enabled or disabled S3-compatible services and mounted local filesystems, with S3 credentials kept on the relevant storage entry;
  • restic-repositories: encrypted repositories within storage, including the bucket/key prefix or local path, restic password, cache, and archive policy;
  • jobs: typed work linked to one or more restic repositories. files, github-repository, github-owner, and voice-memos jobs share the same destination and snapshot fields while defining their input under source. One github-repository job may incrementally maintain multiple repository URLs and snapshot their combined state together. One github-owner job discovers every repository visible to the active GitHub credentials before using that same multi-repository workflow. Local runs reuse gh auth login; unattended runs may read a token from an environment variable or mounted file. A dry run still performs read-only discovery so it can report the exact plan, but never runs Git or writes to restic.

Multiple restic repositories may use one storage backend, one job may write to several repositories, and several jobs may share one repository. The job TUI preselects a sole available destination; multiple destinations start unchecked. Disabling storage leaves its repositories and jobs visible but unselectable. Disabled storage and repositories may contain CHANGE_ME; all placeholders must be replaced before enabling them.

Data and source paths

Managed local artifacts use:

data/<storage-id>/<repository-path>/<job-id>/

This directory is created beside the selected configuration file. It is metadata/workspace organization, not a restriction on backup sources. Restic may back up absolute paths anywhere on the machine. List or run every job type through the same commands:

uv run restic-backups job list
uv run restic-backups job run documents

AWS Glacier

Use GLACIER_IR with restore: null for normal immediate restic access. Cold GLACIER and DEEP_ARCHIVE repositories require a configured retrieval tier, days, and timeout. Retrieval must also be acknowledged at runtime:

ALLOW_ARCHIVE_RETRIEVAL=1 uv run restic-backups generic restic run \
  --backup <job-id> restore latest --target <dir>

Storage-class changes apply only to new objects. Use a new key_prefix instead of mixing storage policies in one repository.

Documentation

make docs          # render docs/_site
make docs-preview  # local preview server

Start with the Quick Start. Never commit decrypted SOPS configuration or anything below data/.

For complete reachable Git history, multiple explicit repository URLs, owner discovery, and optional LFS objects, wikis, GitHub metadata, and release assets, see GitHub Backups.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

restic_backups-0.1.11.tar.gz (60.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

restic_backups-0.1.11-py3-none-any.whl (73.8 kB view details)

Uploaded Python 3

File details

Details for the file restic_backups-0.1.11.tar.gz.

File metadata

  • Download URL: restic_backups-0.1.11.tar.gz
  • Upload date:
  • Size: 60.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for restic_backups-0.1.11.tar.gz
Algorithm Hash digest
SHA256 ef5bedf23458df581fd59e013f0f7b1670ba76ab58eb7f4b668ea3efe4f3e063
MD5 20b32c048e098e7b45606df1300578c1
BLAKE2b-256 151a5725b1ff042973c06f5da1a6bc3919c628524065efc89c2bd0276149efe7

See more details on using hashes here.

File details

Details for the file restic_backups-0.1.11-py3-none-any.whl.

File metadata

  • Download URL: restic_backups-0.1.11-py3-none-any.whl
  • Upload date:
  • Size: 73.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.1 {"installer":{"name":"uv","version":"0.12.1","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for restic_backups-0.1.11-py3-none-any.whl
Algorithm Hash digest
SHA256 e428cb7e404f3d4daa2d29b58684cf229b77e00ff5df8fc5f5819296669f97af
MD5 ea5c2398f5e01ca2bae8e94cb67621ac
BLAKE2b-256 7fec93581c02d0ec42571caf04dd2646b490168ae77bd2e3c0b10998a89eac0d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page