add feature to docs

This commit is contained in:
Divyansh Singh 2023-03-27 22:16:39 +05:30
parent b336b9bedf
commit 8bef1c698b
3 changed files with 6 additions and 3 deletions

View File

@ -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-...

View File

@ -51,7 +51,8 @@ If you have a single repository in your borgmatic configuration file(s), no
problem: the `extract` action figures out which repository to use. problem: the `extract` 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 extract. 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 extract --repository repo.borg --archive host-2023-... borgmatic extract --repository repo.borg --archive host-2023-...

View File

@ -53,7 +53,8 @@ This runs Borg's `rlist` command once on each configured borgmatic repository.
(The native `borgmatic rlist` action should be preferred for most use.) (The native `borgmatic rlist` action should be preferred for most use.)
What if you only want to run Borg on a single configured borgmatic repository What if you only want to run Borg on a single configured borgmatic repository
when you've got several configured? Not a problem. when you've got several configured? Not a problem. The `--repository` argument
lets you specify the repository to use, either by its path or its label:
```bash ```bash
borgmatic borg --repository repo.borg break-lock borgmatic borg --repository repo.borg break-lock