pub fn replay_tombstones(
target: &Path,
entries: &[TombstoneEntry],
excludes: &[Pattern],
) -> Result<u64>Expand description
Replay tombstone entries against a target directory, removing files/dirs.
Returns the number of successfully removed entries.