Git Product home page Git Product logo

Comments (2)

tYYGH avatar tYYGH commented on July 17, 2024

Indeed, in my experience, rsync does not work with Megafuse. However, rsync is not efficient over mounted filesystems because then it has to download every byte (unless it is asked to only compare mtime and size). Normal rsync operation is achieved with access to the remote server, either directly using the rsync protocol, or through an SSH connection, neither of which is provided by Mega.

from megafuse.

GeneThomas avatar GeneThomas commented on July 17, 2024

Hello,
I am seeing the same problems with rsync. Your link does not seem to show that rsync does not work with Megafuse? rsync, even with local files (including mounted filesystems) will only compare the checksum (read every byte) if -c is specified, from man rsync: "-c, --checksum skip based on checksum, not mod-time & size". I'm using rsync -a /home/owner/tmp/Pictures/ /mega/Pictures
From the rsync man page introduction: "Rsync finds files that need to be transferred using a "quick check" algorithm (by default) that looks for files that have changed in size or in last-modified time."

I can replicate the problem:

On an empty Mega account, with just the intrduction .pdf file:

MegaFuse -c /home/owner/.megafuse.conf 2>&1 | tee /tmp/MegaFuse.log

conf and log files attached.

megafuse.conf.zip
MegaFuse.log

Then rsync -a /home/owner/tmp/Pictures/ /mega/Pictures 2>&1 | tee /tmp/rsync.log in another window, log attached.

rsync.log

/home/owner/tmp/Pictures/ is zipped and attached.
Pictures.zip

Please look into this problem as rsync and mega would be a fantastic backup solution.

Yours Sincerely,

Gene Thomas.

from megafuse.

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.