autorestic/docs/cli/check.md

16 lines
323 B
Markdown
Raw Normal View History

2020-11-13 14:48:20 +00:00
# Check
2020-05-17 12:52:30 +00:00
```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