2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-08 12:00:49 +00:00

Fix the debug environment variable name in the manual

This commit is contained in:
Vincent Rischmann 2016-08-01 22:23:42 +02:00
parent 628fb0fb72
commit d4a9b546c1

View File

@ -387,9 +387,9 @@ The program can be built with debug support like this:
$ go run build.go -tags debug
Afterwards, extensive debug messages are written to the file in environment
variable `RESTIC_DEBUG`, e.g.:
variable `DEBUG_LOG`, e.g.:
$ RESTIC_DEBUG=/tmp/restic-debug.log restic backup ~/work
$ DEBUG_LOG=/tmp/restic-debug.log restic backup ~/work
If you suspect that there is a bug, you can have a look at the debug log.
Please be aware that the debug log might contain sensitive information such as