autorestic/docs/cli/info.md
2020-11-13 15:48:20 +01:00

367 B

Info

Displays the config file that autorestic is referring to. Useful when you want to quickly see what locations are being backed-up where.

Pro tip: if it gets a bit long you can read it more easily with autorestic info | less 😉

autorestic info

With a custom file

autorestic -c path/to/some/config.yml info

:ToCPrevNext