pub fn create_snapshot(
    path: &str,
    hash_type: HashType,
    black_list: Vec<String>
) -> Result<Snapshot, Error>