pub fn crawl_incl_rsync_base(
    base_path: &Path,
    rsync_base: &Rsync
) -> Result<Vec<CurrentFile>, Error>
Expand description

Recurses a path on disk and returns all files found as [‘CurrentFile’], using the provided rsync_base URI as the rsync prefix. Allows a publication client to publish the contents below some base dir, in their own designated rsync URI name space.