conserve
conserve copied to clipboard
Replace RestoreStats with Monitor
Rather than returning errors and other stats in the restore result, continuously publish them to the monitor. This actually simplifies the code, gives a better progress indication, and lets us see stats even if the function fails overall.
Also, this gets restore.rs mutants-clean.