GithubHelp home page GithubHelp logo

Comments (7)

falense avatar falense commented on August 17, 2024

Rsync can be made to verify each file by hash in order to speed up
transfer/sync. Likely rsync read your data after copying, causing b2fuse to
download your data.

If you just want to push a bunch of files to b2, you might also want to try
the b2 command line tool.

Best

2016-09-15 20:08 GMT+02:00 apastuszak [email protected]:

I was trying to test backing up my music library to B2, so I mounted my
bucket and kicked off an Rsync of about 12 FLAC albums. My 1 GB of free
downloads got used up in the process.

If I am using rsync to sync files up to b2, how did it used a 1 GB of
download bandwidth?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17, or mute the thread
https://github.com/notifications/unsubscribe-auth/ACLAWX2go3VELWjjyJgaf8e4ec56wtp8ks5qqYmsgaJpZM4J-LA7
.

from b2_fuse.

apastuszak avatar apastuszak commented on August 17, 2024

So, can I use the B2 command line tool to do the upload and then rsync afterwards, or is rsync always going to read all the files and cause me to accrue download charges?

from b2_fuse.

falense avatar falense commented on August 17, 2024

Unless you turn of the feature to verify files by hashing Rsync will always
result download charges. B2 Command line tool can get around this as it
"knows" that B2 provides hash metadata for stored files, and as such could
sync your files in a similar way to Rsync without using addition download
data. I am not sure whether it currently does this however.

Best

2016-09-15 20:15 GMT+02:00 apastuszak [email protected]:

So, can I use the B2 command line tool to do the upload and then rsync
afterwards, or is rsync always going to read all the files and cause me to
accrue download charges?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#17 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/ACLAWSULySlVyUrJp5wEZ0j-NwTX8Du8ks5qqYtUgaJpZM4J-LA7
.

from b2_fuse.

ppolewicz avatar ppolewicz commented on August 17, 2024

b2 command line tool has a sync function. It uses file modification date to determine whether the file has changed.

from b2_fuse.

apastuszak avatar apastuszak commented on August 17, 2024

Where do I find the b2 command line tool?

from b2_fuse.

ppolewicz avatar ppolewicz commented on August 17, 2024

https://github.com/Backblaze/B2_Command_Line_Tool

from b2_fuse.

apastuszak avatar apastuszak commented on August 17, 2024

Thank you!

from b2_fuse.

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.