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

Added 'tags' and 'host' arguments to snapshots command #163

Closed jwellner closed 3 months ago

jwellner commented 3 months ago

Added functionality to specify restic's --path and --host arguments when using the snapshots() command. Added associated unit test.

mtlynch commented 3 months ago

Thanks for adding this, @jwellner!

I split out the twine changes into 6c00ceeaa386a90388c18d905d1ecda3f6c59a6a, as it's good to keep PRs to a single fix. I've updated the contributing guidelines to clarify:

https://github.com/mtlynch/resticpy/blob/master/CONTRIBUTING.md#how-to-get-your-pr-merged-quickly

I'm trying to merge 6c00ceeaa386a90388c18d905d1ecda3f6c59a6a into this branch, but Github isn't letting me for some reason, so I'll just merge as-is.