mirror of https://github.com/restic/restic.git
Merge pull request #1426 from pmkane/master
fix the signal name for progress reports in the docs
This commit is contained in:
commit
0fdb9a6129
|
@ -86,7 +86,7 @@ Subcommand that support showing progress information such as ``backup``,
|
||||||
reporting will be limited to once every 10 seconds to not fill your
|
reporting will be limited to once every 10 seconds to not fill your
|
||||||
logs.
|
logs.
|
||||||
|
|
||||||
Additionally on Unix systems if ``restic`` receives a SIGUSR signal the
|
Additionally on Unix systems if ``restic`` receives a SIGUSR1 signal the
|
||||||
current progress will written to the standard output so you can check up
|
current progress will written to the standard output so you can check up
|
||||||
on the status at will.
|
on the status at will.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue