This commit is contained in:
2021-04-16 00:26:57 +02:00
parent a45eee6009
commit 952334fecb
12 changed files with 50 additions and 69 deletions

View File

@@ -7,7 +7,11 @@ autorestic backup [-l, --location] [-a, --all]
Performs a backup of all locations if the `-a` flag is passed. To only backup some locations pass one or more `-l` or `--location` flags.
```bash
autorestic backup -l my-location
# All
autorestic backup -a
# Some
autorestic backup -l foo -l bar
```
> :ToCPrevNext