From fe08686558c54d2ce9b71b570c4d3424065ceff8 Mon Sep 17 00:00:00 2001 From: Patrick Kane Date: Thu, 16 Nov 2017 19:17:25 -0800 Subject: [PATCH] fix the signal name for progress reports in the docs --- doc/manual_rest.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual_rest.rst b/doc/manual_rest.rst index a3da3453e..63630dfbc 100644 --- a/doc/manual_rest.rst +++ b/doc/manual_rest.rst @@ -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 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 on the status at will.