Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is the SkipDuplicated option judged to be reversed? #74

Open
boycs007 opened this issue Aug 14, 2023 · 1 comment
Open

Is the SkipDuplicated option judged to be reversed? #74

boycs007 opened this issue Aug 14, 2023 · 1 comment
Assignees

Comments

@boycs007
Copy link

boycs007 commented Aug 14, 2023

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
	}
}
@boycs007 boycs007 changed the title Is this option judged to be reversed? Is the SkipDuplicated option judged to be reversed? Aug 14, 2023
@boycs007 boycs007 reopened this Aug 14, 2023
@hhatto hhatto self-assigned this Sep 14, 2023
@hhatto
Copy link
Owner

hhatto commented Sep 14, 2023

ref: #68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants