mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-06 05:34:13 +01:00
16 lines
323 B
Markdown
16 lines
323 B
Markdown
# 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
|