Skip to content

Documentation incorrectly lists %USERPROFILE%\resticprofile as a config search path #570

@TheRealTurtler

Description

@TheRealTurtler

Description

The documentation currently states that profiles.yaml can be located in:

%USERPROFILE%\resticprofile

However, this path is not actually searched by resticprofile. Only the following directories seem to be searched:

  • %LOCALAPPDATA%\resticprofile
  • %APPDATA%\resticprofile
  • C:\ProgramData\resticprofile
  • C:\restic\
  • C:\resticprofile\
  • %USERPROFILE%
  • {{ .BinDir }} (directory containing resticprofile.exe)

Environment

  • OS: Windows 10 x64
  • resticprofile version: 0.32.0 commit f222ed2

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions