autorestic/README.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2019-06-20 10:17:20 +02:00
# autorestic
2019-10-26 21:34:02 +02:00
High backup level CLI utility for [restic](https://restic.net/).
Autorestic is a wrapper around the amazing [restic](https://restic.net/). While being amazing the restic cli can be a bit overwhelming and difficoult to manage if you have many different location that you want to backup to multiple locations. This utility is aimed at making this easier 🙂
2019-06-21 12:25:54 +02:00
2020-01-23 11:27:00 +01:00
## ✈️ Roadmap
I would like to make the official `1.0` release in the coming months. Until then please feel free to file issues or feature requests so that the tool is as flexible as possible :)
2019-10-26 21:30:47 +02:00
## 🌈 Features
- Config files, no CLI
- Predictable
- Backup locations to multiple backends
- Snapshot policies and pruning
2019-10-26 21:30:47 +02:00
- Simple interface
2019-10-26 21:40:15 +02:00
- Fully encrypted
2019-12-24 19:05:26 +01:00
- Backup & Restore docker volumes
2020-05-15 12:41:06 +02:00
- ~~Seamless cron jobs for automatic backup~~ [in development](https://github.com/cupcakearmy/autorestic/issues/21).
2019-06-21 12:25:54 +02:00
2020-05-17 15:31:54 +02:00
### 📒 [DOCS](https://cupcakearmy.github.io/autorestic/) 📒
#### Contributors
2019-12-03 09:19:26 +01:00
2019-12-03 09:52:11 +01:00
This amazing people helped the project!
- @ChanceM [Docs]
2020-05-17 15:31:54 +02:00
#### License
MIT
2019-12-03 09:52:11 +01:00
- @EliotBerriot [Docs, Pruning, S3]