Go to file
Šimon Woidig d0c4a32879
Update install.sh (#246)
Add check for bzip2 command existance
2022-10-18 16:17:35 +02:00
.github docker image 2021-11-20 16:59:13 +01:00
build add more architectures for linux build process (#243) 2022-10-06 15:41:01 +01:00
cmd Add command line flag to override docker image. (#233) 2022-09-13 15:04:12 +02:00
docs Update forget.md keep-within argument to be '14d' (#236) 2022-09-13 14:59:46 +02:00
internal Update config.go 2022-10-17 15:03:17 +02:00
.dockerignore docker image 2021-11-20 16:59:13 +01:00
.drone.yml protected drone file 2020-01-23 11:19:16 +01:00
.gitattributes lfs 2021-04-08 21:05:30 +02:00
.gitignore docs 2021-04-12 16:41:46 +02:00
CHANGELOG.md lean flag 2022-04-27 00:55:31 +02:00
DEVELOPMENT.md typo 2021-07-11 14:03:04 +02:00
Dockerfile bump go version in docker 2022-04-14 12:05:19 +02:00
LICENSE go rewrite 2021-04-09 01:55:10 +02:00
README.md typo 2021-08-31 18:35:11 -04:00
go.mod 1.6.0 (#180) 2022-04-14 11:51:32 +02:00
go.sum 1.6.0 (#180) 2022-04-14 11:51:32 +02:00
install.sh Update install.sh (#246) 2022-10-18 16:17:35 +02:00
main.go cleaner output and ctrl-c 2021-04-12 16:15:17 +02:00

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
  • 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 or join on discord

Contributing / Developing

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