This commit is contained in:
2020-05-17 14:52:30 +02:00
parent d20a2fda68
commit 734c962006
26 changed files with 518 additions and 2 deletions

18
docs/md/cli/info.md Normal file
View File

@@ -0,0 +1,18 @@
# 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