casync icon indicating copy to clipboard operation
casync copied to clipboard

Content-Addressable Data Synchronization Tool

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

While using the extract command. sudo /usr/bin/casync extract --store /data/deploy/casync_update.castr --seed-output=no /run/bundle/image.ubifs.caibx /ubi_2 i get this error: Failed to run synchronizer: Function not implemented. I have used a ubifs image...

I have create a chunk store of 3 files, each file is of 500MB. Chunk store is hosted on a http server. While extracting, the size of cached directory keeps...

Hitting a problem reflinking on btrfs when using the implicit seeding of pre-existing files in the output directory. In this example, the error is returned from calocation.c:583; open fds are:...

Create a btrfs partition, mount it, extract something in there: ``` mkfs.btrfs /dev/XXX mount /dev/XXX /mnt casync extract ... /mnt ``` Will always lead to: ``` Extracted ./ Failed to...

castore.c unconditioanlly includes lzma.h, but lzma support if optional. Furthermore, castore.c does not need anything from lzma.h. Drop the include altogether.

Within [RAUC](https://rauc.io/) (an updating solution for embedded systems) we want to apply ``casync`` to the usecase of updating UBI volumes whose interface to userspace consists of char devices: to do...

libcurl ignores the ~/.netrc file by default. This makes the use of the ~/.netrc file optional; the information in the URL is preferred.

I see that the last release was made in 2017. With all the new commits, is it time for a new release, even if it's just a point release? @poettering