This commit is contained in:
cupcakearmy 2021-10-28 17:35:51 +02:00
parent 3e80e6d18e
commit 1628384e1f
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
1 changed files with 8 additions and 0 deletions

View File

@ -14,4 +14,12 @@ autorestic backup -a
autorestic backup -l foo -l bar
```
## Specific location
`autorestic` also allows selecting specific backends for a location with the `location@backend` syntax.
```bash
autorestic backup -l location@backend
```
> :ToCPrevNext