Skip to content

Commit

Permalink
Merge pull request #559 from vrischmann/master
Browse files Browse the repository at this point in the history
Fix the debug environment variable name in the manual
  • Loading branch information
fd0 committed Aug 2, 2016
2 parents fc9b27c + d4a9b54 commit d860ce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d860ce0

Please sign in to comment.