Correct summary for #1978

This commit is contained in:
Alexander Neumann 2018-10-28 20:55:49 +01:00
parent 9310cd0cd6
commit 890eebf151
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ Summary
------- -------
* Fix #1935: Remove truncated files from cache * Fix #1935: Remove truncated files from cache
* Fix #1978: Do not return an error when the scanner is faster than backup * Fix #1978: Do not return an error when the scanner is slower than backup
* Enh #1766: Restore: suppress lchown errors when not running as root * Enh #1766: Restore: suppress lchown errors when not running as root
* Enh #1909: Reject files/dirs by name first * Enh #1909: Reject files/dirs by name first
* Enh #1940: Add directory filter to ls command * Enh #1940: Add directory filter to ls command
@ -32,7 +32,7 @@ Details
https://github.com/restic/restic/issues/1935 https://github.com/restic/restic/issues/1935
* Bugfix #1978: Do not return an error when the scanner is faster than backup * Bugfix #1978: Do not return an error when the scanner is slower than backup
When restic makes a backup, there's a background task called "scanner" which collects When restic makes a backup, there's a background task called "scanner" which collects
information on how many files and directories are to be saved, in order to display progress information on how many files and directories are to be saved, in order to display progress

View File

@ -1,4 +1,4 @@
Bugfix: Do not return an error when the scanner is faster than backup Bugfix: Do not return an error when the scanner is slower than backup
When restic makes a backup, there's a background task called "scanner" which When restic makes a backup, there's a background task called "scanner" which
collects information on how many files and directories are to be saved, in collects information on how many files and directories are to be saved, in