You cannot 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] 78b0db50e0
Bump webpack from 5.75.0 to 5.76.1 in /docs/.codedoc (#295)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.75.0...v5.76.1)

---
updated-dependencies:
- dependency-name: webpack
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 months ago
.github update versions 3 months ago
build fix build system 3 months ago
cmd Add command line flag to override docker image. (#233) 9 months ago
docs Bump webpack from 5.75.0 to 5.76.1 in /docs/.codedoc (#295) 2 months ago
internal fix build system 3 months ago
.dockerignore docker image 2 years ago
.drone.yml protected drone file 3 years ago
.gitattributes lfs 2 years ago
.gitignore docs 2 years ago
CHANGELOG.md changelog 4 months ago
DEVELOPMENT.md typo 2 years ago
Dockerfile Bump golang from 1.19-alpine to 1.20-alpine (#287) 3 months ago
LICENSE go rewrite 2 years ago
README.md typo 2 years ago
go.mod fix build system 3 months ago
go.sum Bump golang.org/x/text from 0.3.7 to 0.3.8 (#289) 3 months ago
install.sh Update install.sh (#246) 8 months ago
main.go cleaner output and ctrl-c 2 years 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
  • 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