Skip to main content

replay_tombstones

Function replay_tombstones 

Source
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.