mtlynch / resticpy

Minimal Python wrapper around the restic backup command-line interface.
https://mtlynch.github.io/resticpy/
MIT License
52 stars 19 forks source link

restic.forget() does not support specifying host/tags #139

Closed mschulze46 closed 10 months ago

mschulze46 commented 10 months ago

Thanks very much for your great wrapper!

What I am missing is specifying host and tags in the forget method.

Via CLI the following is possible:

Cheers Michael

mtlynch commented 10 months ago

Thanks for the kind words!

Due to time constraints, I'm no longer able to take on feature requests:

https://github.com/mtlynch/resticpy#resticpys-scope-and-future

But that would be a fairly narrowly-scoped change, so if you wanted to contribute the change, I'd accept the PR.

mschulze46 commented 10 months ago

Thanks for the kind words!

Due to time constraints, I'm no longer able to take on feature requests:

https://github.com/mtlynch/resticpy#resticpys-scope-and-future

But that would be a fairly narrowly-scoped change, so if you wanted to contribute the change, I'd accept the PR.

Thanks for your feedback. I will create a PR.

mtlynch commented 10 months ago

@mschulze46 - Thanks for this fix! The update is now released in v1.0.4 on pip.