From ba377952fd6ad3065f9b40ad770127f3b2019966 Mon Sep 17 00:00:00 2001 From: "Jelle @ Samson-IT" <71821148+Jelle-SamsonIT@users.noreply.github.com> Date: Wed, 13 Jul 2022 13:52:48 +0200 Subject: [PATCH 1/2] Added link to borgbackup list --format docs I kept searching for this link, so it's time to add it to official docs. --- docs/how-to/inspect-your-backups.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/how-to/inspect-your-backups.md b/docs/how-to/inspect-your-backups.md index 318eb6eed..d9900787a 100644 --- a/docs/how-to/inspect-your-backups.md +++ b/docs/how-to/inspect-your-backups.md @@ -47,9 +47,10 @@ borgmatic list borgmatic info ``` -(No borgmatic `list` or `info` actions? Try the old-style `--list` or -`--info`. Or upgrade borgmatic!) +You can change the output format of `borgmatic list` by specifying your own using `--format $FORMAT`. Refer to the official [borg list --format specs](https://borgbackup.readthedocs.io/en/stable/usage/list.html#) for available options. +*(No borgmatic `list` or `info` actions? Try the old-style `--list` or +`--info`. Or upgrade borgmatic!)* ### Searching for a file From f7c8e89a9f23ef0da63261092842ca6176c0f329 Mon Sep 17 00:00:00 2001 From: "Jelle @ Samson-IT" <71821148+Jelle-SamsonIT@users.noreply.github.com> Date: Wed, 13 Jul 2022 21:52:21 +0200 Subject: [PATCH 2/2] update format specifier syntax link to use anchor --- docs/how-to/inspect-your-backups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to/inspect-your-backups.md b/docs/how-to/inspect-your-backups.md index d9900787a..734fc3680 100644 --- a/docs/how-to/inspect-your-backups.md +++ b/docs/how-to/inspect-your-backups.md @@ -47,7 +47,7 @@ borgmatic list borgmatic info ``` -You can change the output format of `borgmatic list` by specifying your own using `--format $FORMAT`. Refer to the official [borg list --format specs](https://borgbackup.readthedocs.io/en/stable/usage/list.html#) for available options. +You can change the output format of `borgmatic list` by specifying your own using `--format $FORMAT`. Refer to the official [borg list --format specs]( https://borgbackup.readthedocs.io/en/stable/usage/list.html#the-format-specifier-syntax) for available options. *(No borgmatic `list` or `info` actions? Try the old-style `--list` or `--info`. Or upgrade borgmatic!)*