Display respective snapshot date when using restic find

This commit is contained in:
Lorenz Bausch
2019-05-10 17:22:42 +02:00
parent 1c3812a6f6
commit d818b7618b
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -160,7 +160,7 @@ func (s *statefulOutput) PrintPatternNormal(path string, node *restic.Node) {
Verbosef("\n")
}
s.oldsn = s.newsn
Verbosef("Found matching entries in snapshot %s\n", s.oldsn.ID().Str())
Verbosef("Found matching entries in snapshot %s from %s\n", s.oldsn.ID().Str(), s.oldsn.Time.Local().Format(TimeFormat))
}
Printf(formatNode(path, node, s.ListLong) + "\n")
}