btrestic
btrestic is a wrapper for using restic on a btrfs filesystem. For all configured subvolumes it creates read-only snapshots, backs them up with restic, and removes the snapshots afterwards.
Installation
TODO Write installation instructions here
Usage
btrestic --help
Contributing
- Fork it (https://gitlab.com/dilli/btrestic/forks/new)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Daniel Illi - creator and maintainer