Coder Social home page Coder Social logo

Comments (2)

ncw avatar ncw commented on September 25, 2024

I think what you are saying is that you'd like --download to work when using rclone sync/rclone copy/rclone move which would enable the use of any hash?

This isn't possible at the moment.

However you can do it using two steps.

First you would run a rclone check to do the full hash checks where necessary

rclone check --download src: dst: --differ files --missing-on-dst-files --missing-on-src files

This would give you a list of files which the checksum differs.

You would then do your sync using this file and telling rclone to transfer regardless, so something like

rclone sync src: dst: --files-from-raw files --ignore-times

from rclone.

WXZhao7 avatar WXZhao7 commented on September 25, 2024

Thank you for the suggestion! The proposed workaround using rclone check followed by rclone sync indeed seems practical for ensuring that files are correctly transferred based on their checksums. However, I am wondering why it was mentioned that "This isn't possible at the moment." Are there technical limitations or specific reasons why this integration isn't feasible at the moment?

Thanks again for the useful workaround, and I look forward to further insights on this issue!

from rclone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.