macOS
brew install autoresticlocal Homebrew formula metadata
sudo port install autoresticMacPorts ports tree · sysutils/autorestic/Portfile · source: api.github.com
brew
High level CLI utility for restic. Version 1.8.3 via Homebrew; verified from local package data.
install
brew install autoresticlocal Homebrew formula metadata
sudo port install autoresticMacPorts ports tree · sysutils/autorestic/Portfile · source: api.github.com
sudo apk add autoresticAlpine Linux edge package indexes · autorestic · source: dl-cdn.alpinelinux.org
sudo dnf install autoresticFedora Rawhide package metadata · autorestic · source: dl.fedoraproject.org
nix profile install nixpkgs#autoresticnixpkgs package indexes · pkgs/by-name/au/autorestic/package.nix · source: api.github.com
overview
High level CLI utility for restic
history
autorestic is a config-driven backup wrapper around restic. Its niche is turning restic's low-level repository commands into a YAML-managed backup layout with named locations, multiple backends, hooks, retention policies, and cron-oriented automation.
The project was created in 2019 by cupcakearmy as a higher-level CLI for restic. The official README and docs frame it as a response to restic becoming cumbersome when many locations need to be backed up to multiple destinations.
The first GitHub release, 0.1 Alpha, was published in June 2019. Later documentation describes the version 2 configuration format and a migration path for users coming from the older 0.x series, indicating a rewrite or format break significant enough for backup operators to notice.
autorestic's adoption path is typical of small but useful backup tooling: binaries and shell installer first, then package-manager availability. Its own installation docs list Homebrew, Fedora, AUR, Docker, and manual binary installation, while the package input records availability in Homebrew, Fedora, Alpine, MacPorts, and Nix.
Users define locations and backends in `.autorestic.yml`, then run commands such as backup, forget, check, restore, or cron integration through the `autorestic` executable. The docs emphasize storing backend credentials in environment variables or a sibling `.autorestic.env` file so repository keys do not have to live directly in YAML.
For package users, autorestic is interesting because it packages an opinionated workflow rather than a storage engine. It depends on restic's ecosystem but adds a declarative layer that makes repeated laptop, server, and Docker-volume backups easier to reproduce across machines.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
./.autorestic.yml~/.autorestic.yml~/.config/autorestic/.autorestic.ymlCredential-bearing paths to review before unattended agent runs.
./.autorestic.env~/.autorestic.env~/.config/autorestic/.autorestic.envexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
autorestic | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/cupcakearmy/autorestic
install metadata
| Package key | brew:autorestic |
|---|---|
| Version | 1.8.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/autorestic |
| Homepage | https://autorestic.vercel.app/ |
| Repository | https://github.com/cupcakearmy/autorestic |
| Upstream docs | https://autorestic.vercel.app/ |
| License | Apache-2.0 |
| Source archive | https://github.com/cupcakearmy/autorestic/archive/refs/tags/v1.8.3.tar.gz |
| Dependencies | restic |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | autorestic |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
autorestic
nix profile install nixpkgs#autoresticautorestic 1.8.3-r15
Config driven, easy backup cli for restic.
https://github.com/cupcakearmy/autorestic
sudo apk add autoresticautorestic 1.8.3-11.fc44
Config driven, easy backup cli for restic
https://github.com/cupcakearmy/autorestic
sudo dnf install autoresticautorestic
sudo port install autoresticsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.