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

I'm attempting to extract content with both a local store and a remote extra store. Thus, usage looks something like: ``` casync extract \ --store=/local/path \ --extra-store=server:/remote/path \ test-blob.caibx \...

in `test-script.sh` the following command fails (I removed the `-q` flag to find out the difference) ``` + diff /var/tmp/test-casync.9890/test.digest /var/tmp/test-casync.9890/test.extract-caidx.digest 1c1 < 95763f29590ff8718edf4a0f499c4d18e5bf05d19ff4255f85f81b1e886af14c --- > 01e203e9c0fd406309db5cfc2e809b8a9cf67a7b9056bf55b9dd47664a38c4c4 ``` So that's...

Right now, one can't unpack an archive into a tree with preexisting mount points unless every such mount point has at least one file in the archive, or `--delete` is...

I'm not sure if this is already implemented. Essentially it would be really useful if casync would make use of information that the filesystem has about which blocks of a...

RFE

I get this when trying to run an extract of a rather large set of ISOs (some 30gb). ``` Failed to run synchronizer: Operation not permitted ``` Given the number...

RFE

Reading the repo readme wiki, it is not clear if the following can be achieved. 1. casync a local disk/fs to aws s3 bucket, as chunks and index. 2. later...

RFE

On an embedded system. Two partitions are dedicated for the rootfs. Partition `A` and `B`. When the system is running on partition `A` I use casync to update the partition...

I don't know if there is a forum for this kind of question. On an embedded device.I use the command below to update the secondary partition of the rootfs. ```...

Allow to download file from MTLS http server.

casync attempts to output all entries as a Full entry but for top-level entries, there is no "/" in the escaped pathname, resulting in the entry being treated as a...