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

@@ -1,15 +1,11 @@
# Check
```bash
autorestic check [-b, --backend] [-a, --all]
autorestic check
```
Cheks if one or more backend are configured properly and initializes them if they are not already.
Checks locations and backends are configured properly and initializes them if they are not already.
This is mostly an internal command, but useful to verify if a backend is configured correctly.
```bash
autorestic check -b my-backend
```
> :ToCPrevNext