KenKundert / emborg

Interactive command line interface to Borg Backup
GNU General Public License v3.0
94 stars 8 forks source link

Allow --list in prune #38

Closed adhawkins closed 3 years ago

adhawkins commented 3 years ago

In my existing borg backup scripts, I like to see the results of a prune. To achieve this, I pass '--list' to the prune command.

Can this option be added to emborg prune also? It's available as an option to create.

KenKundert commented 3 years ago

I have updated the prune command to support the --list option. It is available in this github repository (version 1.18.1). Can you try it out and let me know if it is what you are expecting?

adhawkins commented 3 years ago

I'll try to work out how to install directly from github. Currently running inside a docker container using pip.

Thanks

KenKundert commented 3 years ago

Let me know if it is too much trouble. If it is I will upload it to pypi so you can get it with pip.

adhawkins commented 3 years ago

Yes, that seems to do what I want.

I'm using it in a Docker container, installing from pypi, so would be nice if the version there were upgraded.

KenKundert commented 3 years ago

I have uploaded the latest version to pypi. Thanks for the suggestion!