pub fn copy_all_spool_paths(
    replication_spooling_dir: PathBuf,
    best_effort: bool
) -> Result<()>
Expand description

Synchronously uploads all the data contained in the spooling directory prefix.

If best_effort, succeed instead of erroring out when the spooling directory does not exist.