StreamErrorSection

Nested StreamErrorSection

NameTypeDefaultNotes
max-runsinteger0Maximum amount of times that “run” is started ; 0 for no limit. Must be >= 0
min-matchesinteger0Minimum amount of times the “pattern” must match before “run” is started ; 0 for no limit. Must be >= 0
patternregexA regular expression pattern that is tested against stderr of a running restic command
runstringThe shell command to run when the pattern matches