pub fn write_watermark(memory_dir: &Path, source: Source, mark: SystemTime)Expand description
Record how far this CLI has been swept.
Best effort by design: an unwritable watermark means the next sweep rescans and finds the same archives already there, which is slow, not wrong.