Skip to content

Is the SkipDuplicated option judged to be reversed? #74

@boycs007

Description

@boycs007

SkipDuplicated ,when the option set false , duplicated content will be skipped.

utils.go

if !opts.SkipDuplicated {
	ignore := checkMD5Sum(path, fileCache)
	if ignore {
		if opts.Debug {
			fmt.Printf("[ignore=%v] find same md5\n", path)
		}
		return nil
	}
}

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions