bita
Differential file synchronization over http (by oll3)
swupd-client
Software update client (by clearlinux)
bita | swupd-client | |
---|---|---|
3 | 1 | |
280 | 118 | |
1.1% | 0.8% | |
6.4 | 7.2 | |
13 days ago | 25 days ago | |
Rust | Shell | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bita
Posts with mentions or reviews of bita.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-01-08.
-
CDC File Transfer
Built this cdc tool for software update of embedded (Linux) systems and have deployed it with good enough performance on a couple of arm CPUs; https://github.com/oll3/bita
Though main goal has been keeping data usage low rather than speed up.
-
rsync, article 3: How does rsync work?
Nice write up. rsync is great as an application but I found it more cumbersome to use when wanting to integrate it into my own application. There's librsync but the documentation is threadbare and it requires an rsync server to run. I found bita/bitar (https://github.com/oll3/bita) which is inspired by rsync & family. It works more like zsync which leverages HTTP Range requests so it doesn't require anything running on the server to get chunks. Works like a treat using s3/b2 storage to serve files and get incremental differential updates on the client side!
-
KySync: A complete modern C++ rewrite of Zsync with 3x-10x+ performance boost
Very cool, thanks for sharing. I did a deep dive in the past into various syncing/binary diff protocols and really liked zsync. It was probably my top choice for the application I was designing but I ended up not using it. The library I did use is called bita: https://github.com/oll3/bita. It is inspired by the same family of projects as zsync. The main advantage I found with bita is that the core logic is encapsulated in a library so that you don’t only have to use the binaries but can integrate it directly into an application. I’d be curious to know if that’s in the plans for KySync.
swupd-client
Posts with mentions or reviews of swupd-client.
We have used some of these posts to build our list of alternatives
and similar projects.
-
backintime - untar one (or two) snapshots then do backintime restore
I have tried a simple recreate making a tar with a few hard linked files and not hit the problem. The closest equivalent I could find was this but they were writing their own extract code and messing with paths during the extract. That shouldn't happen with the tar command.
What are some alternatives?
When comparing bita and swupd-client you can also consider the following projects:
got - Got is like git, but with an 'o'
NetSparkle - NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.
cdc-file-transfer - Tools for synching and streaming files from Windows to Linux
Sparkle - A software update framework for macOS
yaydl - yet another youtube down loader (Git mirror)
mas - :package: Mac App Store command line interface