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

From Lennart, copy pasted verbatim from #191 ---- How "-v" and the log levels interact is a good question. The "-v" option was supposed to be something like tar's "v"...

The following meson is of questionable validity: https://github.com/systemd/casync/blob/5f4540fe4f42822a8a3beab982d040e69c294d9d/meson.build#L152 It's unclear that this is currently giving you what you want (an empty string), when udev.pc is not present. In future, it...

bug
build-system

While playing with casync, I needed additional statistics for the `extract` verb. I patched my way to the following output (differences introduced by my patches are in **bold**). casync extract...

RFE

I cannot seem to successfully extract an image back to the same drive/partition that I pulled it from. I have tried pulling the full drive (/dev/sda) as well as individual...

bug

For the NIH's sake I want to believe that `casync` project fixes IPFS deficiencies and brings it to the next level, so we can have some reusable system libraries between...

When running `casync make` I receive the following error: ``` casync: ../casync-2_p20180321/src/caencoder.c:1949: ca_encoder_initialize_name_table: Assertion `!n->name_table' failed. make: *** [Makefile:14: gentoo_kibana_base.caidx] Abgebrochen (Speicherauszug erstellt) ``` This only happens for one of...

I wonder if it is possible to recompress/uncompress the ca storage with a different algorithm, or if this is a planned/interesting feature.

The current output of `casync mtree` is not really compliant with any implementation, and I've mostly opened this issue so I can get an answer on what kind of patch...

For installation performance (streaming one file being considerably faster than a multitude of little ones), I was intending to generate a .catar as part of my build process, archiving it...

RFE

When cache subsystem is enabled, "Failed to run decoder step: Bad message" will occur in some situations during extract. This error happens because **entry_offset check** fails in function: ca_decoder_parse_filename (...