Go to file
Nicco 3a43b2b113
Update README.md
2020-05-17 15:31:54 +02:00
docs finished docs 2020-05-17 15:30:23 +02:00
src add cron to format 2020-05-17 14:48:45 +02:00
.drone.yml protected drone file 2020-01-23 11:19:16 +01:00
.gitignore docs 2020-05-17 14:52:30 +02:00
.prettierrc.yml added extension 2020-05-17 09:09:45 +02:00
CHANGELOG.md notify user if config file was overwritten and make a copy of it as backup 2020-03-02 19:08:20 +01:00
LICENSE Initial commit 2019-06-20 10:17:20 +02:00
README.md Update README.md 2020-05-17 15:31:54 +02:00
install.sh use bash 2019-11-27 19:30:01 +01:00
package.json finished docs 2020-05-17 15:30:23 +02:00
tsconfig.json dev files 2019-06-20 23:09:33 +02:00

README.md

autorestic

High backup level CLI utility for restic.

Autorestic is a wrapper around the amazing restic. 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 🙂

✈️ 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 :)

🌈 Features

  • Config files, no CLI
  • Predictable
  • Backup locations to multiple backends
  • Snapshot policies and pruning
  • Simple interface
  • Fully encrypted
  • Backup & Restore docker volumes
  • Seamless cron jobs for automatic backup in development.

📒 DOCS 📒

Contributors

This amazing people helped the project!

  • @ChanceM [Docs]

License

MIT

  • @EliotBerriot [Docs, Pruning, S3]