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

Project is dead, please put that info on main page #259

Closed
om26er opened this issue Jul 13, 2022 · 7 comments
Closed

Project is dead, please put that info on main page #259

om26er opened this issue Jul 13, 2022 · 7 comments

Comments

@om26er
Copy link

om26er commented Jul 13, 2022

There is a working, alternate implementation on casync which is well maintained and is faster in terms of creating chunks and downloading due to parallelization. https://github.com/folbricht/desync

I hope the project's home page can mention that

@agambier
Copy link

I'm facing issue on an embedded system #260.
If the project is dead it would be great to mention it so we switch to another tool or if someone has the time he could maintain it.

@ejoerns
Copy link
Contributor

ejoerns commented Aug 10, 2022

Especially for embedded and when only images need to be synchronized, there is also

https://github.com/florolf/casync-nano

which can also serve as a drop-in replacement for some cases.

@agambier
Copy link

thanks

casync-nano is aleady in my list of tools to evaluate.

@bluca
Copy link
Member

bluca commented Aug 23, 2022

It's not dead, a bit slow moving for now, but we will probably get to this again after some more work in other areas is complete. Some PRs that were pending were merged recently, if you have any other bug fixes or features you'd like to contribute please open a PR.

@bluca bluca closed this as not planned Won't fix, can't repro, duplicate, stale Aug 23, 2022
@agambier
Copy link

Thanks for the reply !
Good to know it's still alive :)

@safinaskar
Copy link

Okay, it seems that this issue serves as list of casync alternatives. So here is my own simplistic parallel casync alternative, written in Rust, which uses fixed sized chunking (which is great for VM images): borgbackup/borg#7674 (comment) . You can also see there benchmark, which compares my tool to casync, desync and other alternatives. And my tool is way faster than all them. (But I cheat by using fixed sized chunking). See whole issue for context and especially this comment borgbackup/borg#7674 (comment) for comparison between casync, desync and other CDC-based tools

@safinaskar
Copy link

Okay, so here is list of Github issues I spammed wrote in last few days on this topic (i. e. fast fixed-sized and CDC-based deduplication). I hope they provide great insight to everyone interested in fast deduplicated storage.
borgbackup/borg#7674
#259
folbricht/desync#243
ipfs/specs#227
dpc/rdedup#222
opencontainers/umoci#256

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants