From 562763222106c3ab818073ae788bcc6061b431e1 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 9 Oct 2023 16:03:45 +0200 Subject: [PATCH] update env doc --- docs/30_Configuration/60_File_env.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/30_Configuration/60_File_env.md b/docs/30_Configuration/60_File_env.md index 715afa6..e977c8b 100644 --- a/docs/30_Configuration/60_File_env.md +++ b/docs/30_Configuration/60_File_env.md @@ -3,6 +3,8 @@ 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. +WIP: Or you can override used parameters during backup. The parameters for mysqldump are in env_defaults. If you want to change them then put ``LD_MYSQL_DUMP_PARAMS=...`` into env file. + 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: -- GitLab