autorestic/docs/markdown/cli/info.md

19 lines
367 B
Markdown
Raw Permalink Normal View History

2020-11-13 14:48:20 +00:00
# Info
2020-05-17 12:52:30 +00:00
2020-11-13 14:48:20 +00:00
Displays the config file that autorestic is referring to.
Useful when you want to quickly see what locations are being backed-up where.
2020-05-17 12:52:30 +00:00
**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