Backup utility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
dependabot[bot] f7d28b486c
Bump restic/restic from 0.17.1 to 0.17.2 (#407)
1 week ago
.github chore(CI): add basic CI (build & test) for PRs and master pushes (#396) 2 months ago
build fix build system 2 years ago
cmd fix(unlock cmd): ignore process if its the current id (#360) 8 months ago
docs Update docker.md, fix incorrect location name (#399) 2 months ago
internal fix(config): fix config marshaling producing unreadable config file (#402) 1 week ago
.dockerignore docker image 3 years ago
.drone.yml protected drone file 5 years ago
.gitattributes lfs 4 years ago
.gitignore docs 4 years ago
CHANGELOG.md changelog 2 years ago
DEVELOPMENT.md typo 3 years ago
Dockerfile Bump restic/restic from 0.17.1 to 0.17.2 (#407) 1 week ago
LICENSE go rewrite 4 years ago
README.md Add PreValidate hook (#359) 8 months ago
go.mod Add option to crash `autorestic` when key is missing instead of generating a new key (#383) 3 months ago
go.sum Add option to crash `autorestic` when key is missing instead of generating a new key (#383) 3 months ago
install.sh Improve error handling in install.sh (#404) 3 weeks ago
main.go update deps (#353) 9 months ago

README.md




autorestic logo

Config driven, easy backup cli for restic.
»»» Docs & Getting Started »»»

discord badge contributor badge downloads badge version badge



💭 Why / What?

Autorestic is a wrapper around the amazing restic. While being amazing the restic cli can be a bit overwhelming and difficult to manage if you have many different locations that you want to backup to multiple locations. This utility is aimed at making this easier 🙂.

🌈 Features

  • YAML config files, no CLI
  • Incremental -> Minimal space is used
  • Backup locations to multiple backends
  • Snapshot policies and pruning
  • Fully encrypted
  • Before/after backup hooks
  • Exclude pattern/files
  • Cron jobs for automatic backup
  • Backup & Restore docker volume
  • Generated completions for [bash|zsh|fish|powershell]

Questions / Support

Check the discussions page or join on discord

Contributing / Developing

PRs, feature requests, etc. are welcomed :) Have a look at the dev docs