pub const STDERR_TAIL_LINES: usize = 20;
How many trailing lines of stderr we retain on a failed invocation. Kopia can print a lot of progress to stderr; the tail is where the actual error message lands.