Skip to content
Snippets Groups Projects
Commit 338f222f authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

add doc page for env

parent 08b0602d
Branches
No related tags found
1 merge request!95ignore required user on MS windows
If a file `env` exists in the folder `./jobs/` it will be sourced by the backup scripts.
Here you can set custom environment variables.
A common usage is extending the variable PATH to execute binaries that are not located in any directory.
Example:
This might be helpful on MS Windows. If you put the restic binary "somewhere" eg. c:\portable\restic\restic.exe then you can add the path to the env file:
```bash
PATH=/c/portable/restic/:$PATH
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment