You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
323 B
16 lines
323 B
# check
|
|
|
|
```bash
|
|
autorestic check [-b, --backend] [-a, --all]
|
|
```
|
|
|
|
Cheks if one or more backend 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
|