mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-11-01 03:04:12 +01:00
19 lines
366 B
Markdown
19 lines
366 B
Markdown
|
# info
|
||
|
|
||
|
Displays the config file that autorestic is refering to.
|
||
|
Usefull when you want to quickly see what locations are being backuped where.
|
||
|
|
||
|
**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
|