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

synchronise large folder - disable MD5 comparison #7707

Closed
cyberduck opened this issue Jan 2, 2014 · 4 comments
Closed

synchronise large folder - disable MD5 comparison #7707

cyberduck opened this issue Jan 2, 2014 · 4 comments

Comments

@cyberduck
Copy link
Collaborator

a3d200f created the issue

I have a folder with ~50000 files and like to synchronise this folder to cloudfiles. I miss a feature to disable MD5 and use just name/size comparison.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Set the hidden option queue.sync.compare.hash to false.

@cyberduck
Copy link
Collaborator Author

a3d200f commented

Hmm executing

defaults write ch.sudo.cyberduck queue.sync.compare.has false

in the Terminal does not have the desired effect. Synchronise/Download still computes md5 hashes. Is a restart needed??

@cyberduck
Copy link
Collaborator Author

@dkocher commented

Replying to [comment:2 bwellhoefer]:

Hmm executing

defaults write ch.sudo.cyberduck queue.sync.compare.has false

in the Terminal does not have the desired effect. Synchronise/Download still computes md5 hashes. Is a restart needed??

Fix the spelling error and use

defaults write ch.sudo.cyberduck queue.sync.compare.hash false 

@cyberduck
Copy link
Collaborator Author

a3d200f commented

Ooopsss. Sorry for that!

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant