KenKundert / emborg

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

Add option to mount the most recent archive found in repository #21

Closed stefanobartoletti closed 4 years ago

stefanobartoletti commented 4 years ago

Currently emborg mount accepts a --date option where you can select a given date and mount the archive(s) found for that particular timeframe.

I think it would be useful to also have an option to mount the most recent archive found in the repository without having to explicitly give a date.

A possible suggestion would be --last, --latest, or something similar.

Thank you.

KenKundert commented 4 years ago

Done. It is on github as version 1.4.2. It will take some time for this enhancement to make its way to pypi.