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

cmd/sync: check the destination of the symbolic link #4082

Merged
merged 8 commits into from
Oct 8, 2023

Conversation

zhijian-pro
Copy link
Contributor

@zhijian-pro zhijian-pro commented Oct 7, 2023

Fix two issues

  1. symbolic links do not support checksums
  2. check-new is invalid when --links

close #4067

@zhijian-pro zhijian-pro marked this pull request as ready for review October 8, 2023 01:48
@davies davies merged commit 558ed6a into main Oct 8, 2023
@davies davies deleted the fix-sync-checkall-link branch October 8, 2023 05:13
SandyXSD pushed a commit that referenced this pull request Nov 24, 2023
Fix two issues

1. symbolic links do not support checksums
2. `check-new` is invalid when `--links`

close #4067
davies pushed a commit that referenced this pull request Nov 25, 2023
Fix two issues

1. symbolic links do not support checksums
2. `check-new` is invalid when `--links`

close #4067
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

Successfully merging this pull request may close these issues.

should not compare checksum for symlink when sync.
2 participants