Improve output for restic find
#2072
Labels
help: good first issue
easy issue to get started with for beginners (both Go and restic)
type: feature suggestion
suggesting a new feature
Output of
restic version
restic 0.9.3 compiled with go1.11.1 on linux/amd64
What should restic do differently? Which functionality do you think we should add?
Every time I try to find a particular file, I execute the command:
After that, I have to run the command
restic snapshots
to know when the snapshot 11cb608b was taken. So I have to run two commands to know exactly the snapshot I need to restore.It would be very useful if the
restic find
command output the snapshot date as well as snapshot id, some like this for example:Another option is to combine in some way the output of
snapshots --compact
with the output offind
.Did restic help you or made you happy in any way?
Very happy!! really good piece of software!
The text was updated successfully, but these errors were encountered: