Function fclones::log_script[][src]

pub fn log_script(
    script: impl IntoParallelIterator<Item = FsCommand>,
    out: impl Write + Send
) -> Result<DedupeResult>
Expand description

Prints a script generated by dedupe to stdout.

Does not perform any filesystem changes. Returns the number of files processed and the amount of disk space that would be reclaimed if all commands of the script were executed with no error.