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.
19 lines
367 B
19 lines
367 B
4 years ago
|
# Info
|
||
5 years ago
|
|
||
4 years ago
|
Displays the config file that autorestic is referring to.
|
||
|
Useful when you want to quickly see what locations are being backed-up where.
|
||
5 years ago
|
|
||
|
**Pro tip:** if it gets a bit long you can read it more easily with `autorestic info | less` 😉
|
||
|
|
||
|
```bash
|
||
|
autorestic info
|
||
|
```
|
||
|
|
||
|
## With a custom file
|
||
|
|
||
|
```bash
|
||
|
autorestic -c path/to/some/config.yml info
|
||
|
```
|
||
|
|
||
|
> :ToCPrevNext
|