autorestic/docs/pages/index.md

21 lines
790 B
Markdown
Raw Normal View History

2021-04-17 17:04:43 +02:00
# autorestic
2020-05-17 14:52:30 +02:00
High backup level CLI utility for [restic](https://restic.net/).
2020-06-25 02:23:31 +02:00
Autorestic is a wrapper around the amazing [restic](https://restic.net/). 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 🙂
2020-05-17 14:52:30 +02:00
2021-04-17 17:04:43 +02:00
> If you are coming from `0.x` see the [upgrade guide](/upgrade).
2020-05-17 14:52:30 +02:00
## 🌈 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
2020-05-17 14:52:30 +02:00
- Exclude pattern/files
2020-05-17 18:56:14 +02:00
- Cron jobs for automatic backup
2020-05-17 14:52:30 +02:00
- Backup & Restore docker volumes
2021-04-17 17:51:23 +02:00
- Generated completions for `[bash|zsh|fish|powershell]`