mirror of
				https://github.com/restic/restic.git
				synced 2025-11-04 06:35:43 +00:00 
			
		
		
		
	Merge pull request #1426 from pmkane/master
fix the signal name for progress reports in the docs
This commit is contained in:
		@@ -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.
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user