|
@@ -231,7 +231,8 @@ If you have a single repository in your borgmatic configuration file(s), no
|
|
problem: the `restore` action figures out which repository to use.
|
|
problem: the `restore` action figures out which repository to use.
|
|
|
|
|
|
But if you have multiple repositories configured, then you'll need to specify
|
|
But if you have multiple repositories configured, then you'll need to specify
|
|
-the repository path containing the archive to restore. Here's an example:
|
|
|
|
|
|
+the repository to use via the `--repository` flag. This can be done either
|
|
|
|
+with the repository's path or its label as configured in your borgmatic configuration file.
|
|
|
|
|
|
```bash
|
|
```bash
|
|
borgmatic restore --repository repo.borg --archive host-2023-...
|
|
borgmatic restore --repository repo.borg --archive host-2023-...
|