From 331a503a2505c88bcf97a7c620f9098715665bdf Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 3 Jun 2022 16:55:54 -0700 Subject: [PATCH] Document the borgmatic version in which "borgmatic list --find" is available (#541). --- docs/how-to/inspect-your-backups.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to/inspect-your-backups.md b/docs/how-to/inspect-your-backups.md index 673440383..0d7663f1d 100644 --- a/docs/how-to/inspect-your-backups.md +++ b/docs/how-to/inspect-your-backups.md @@ -55,7 +55,8 @@ borgmatic info Let's say you've accidentally deleted a file and want to find the backup archive(s) containing it. `borgmatic list` provides a `--find` flag for -exactly this purpose. For instance, if you're looking for a `foo.txt`: +exactly this purpose (as of borgmatic 1.6.3). For instance, if you're looking +for a `foo.txt`: ```bash borgmatic list --find foo.txt