casync icon indicating copy to clipboard operation
casync copied to clipboard

Content-Addressable Data Synchronization Tool

Results 84 casync issues
Sort by recently updated
recently updated
newest added

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...

Using Buildroot I've created an embedded Linux distro. To implement the update mechanism of this system I'm evaluating casync. The casync buildroot package compiles the commit 4ad9bcb94bc83ff36cfc65515107ea06a88c2dfc which is almost...

The first `c->chunk_size_min - CA_CHUNKER_WINDOW_SIZE` bytes don't contribute to the result, so we don't need to hash them. This improves chunker throughput by about 16% (216 MiB/s -> 250MiB/s) in...

After reading the documentation, I was surprised that listing the contents of a `.caidx` is not possible without accessing the corresponding store. I had assumed that it contained the list...

Hello All, I am building casync to use with "rauc" tool. And I am using Buildroot 2022.02 as build system and I have enabled `host meson-tools` in Buildroot `menuconfig`. But...

We tested to check if interrupted download can be resumed using CASYNC i.e starting from chunk where it stopped in the last cycle. To simulate this case we just started...

Hi **This is not an issue but rather a question to developers .** Need info if CASYNC manages to resume download if the last download was interrupted due to network...

Hi, I am using casync with rauc, and can't pass this fail. Can anyone suggest how to debug this error, please? I couldn't find anything useful.. What file is missing,...

Do you have a rough time for when you will release the encryption and verification features from your TODO list? These features are needed to use casync for the security...

Hi, I'm testing casync to sync VM images, for now I'm using random binary data to test it, I have seen that when I change just 2 bytes on the...