I cannot find any documentation or example of the repository file format.
It works when I set RESTIC_REPOSITORY=xxxx and RESTIC_PASSWORD=yyyy through environment variables. When I put those same variables in a config_file and use --repository-file=config_file I get a fatal parsing error.
I’m using the following format:
RESTIC_REPOSITORY=xxxx
RESTIC_PASSWORD=yyyy
Can someone provide and example?