resticpy
resticpy copied to clipboard
Minimal Python wrapper around the restic backup command-line interface.
Thanks for maintaining this! I wanted to request support for a password command. From `restic --help`: ``` --password-command command shell command to obtain the repository password from (default: $RESTIC_PASSWORD_COMMAND) ```...
Hello, I am trying to get information on existing locks. On the command line, I would use something like: `restic cat --no-lock lock 2d72e7d47c6da8d783e4d978aff7585b0a06440c3b542ab4703bf7459bdd51b1` I see that "restic cat config"...
First of all thank you for the excellent library. I'm using it to develop a web based centralized backup solution. One thing I'm currently missing is the possibility to get...
Python3 and restic
Thanks for creating and maintaining this project! I started to use it and it works great! I only need to filter snapshots on specific paths. Right now I filter the...
## Contributing process - [x] I understand that this is [some guy's personal hobby project](https://github.com/mtlynch/resticpy#resticpys-scope-and-future) and reviews are on a best-effort basis - [x] I've read the [contribution guidelines](../blob/master/CONTRIBUTING.md) ##...