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 cat lock #138

Open Edzilla2000 opened 1 year ago

Edzilla2000 commented 1 year ago

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" and "restic cat masterkey" are implemented, but not "restic cat lock". Would it be possible to implement it? Thanks!

mtlynch commented 1 year ago

Thanks for reporting this!

I'd accept a patch to add this functionality, but it's not something I'm planning to implement.