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
Nicco fad33fcdaa
Merge pull request #51 from TheForcer/master
4 years ago
.github only when tagged 4 years ago
build build file 4 years ago
cmd add cron tag 4 years ago
docs Fix typos in docs 4 years ago
internal exclude items from config when empty and rest options 4 years ago
.drone.yml protected drone file 5 years ago
.gitattributes lfs 4 years ago
.gitignore docs 4 years ago
CHANGELOG.md changelog 4 years ago
DEVELOPMENT.md docs 4 years ago
LICENSE go rewrite 4 years ago
README.md docs 4 years ago
go.mod current state 4 years ago
go.sum current state 4 years ago
install.sh Fix typo in install script 4 years ago
main.go cleaner output and ctrl-c 4 years ago

README.md




autorestic logo

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



💭 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 location 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
  • Pre/After 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

Contributing / Developing

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