casync
casync copied to clipboard
Content-Addressable Data Synchronization Tool
I've got a partial client implementation of the casync remote protocol and are trying to be compatible with casync, specifically being able to retrieve chunks over ssh by running `casync...
Hi, I would like to use a local cache to reserve things downloaded from a remote store to avoid repeated downloading. I managed to read the index file. List of...
I am using the git-master version: 6daefa8a008c3230495a76017eca546f6622bb1d ``` $ sudo /home/alban/bin/casync make --store=/home/alban/tmp/casync-test/store rootfs.caidx rootfs b3af845d0620bab9b8e83d7f2380e740fe6e9ddc478ffed1622883808502c2e0 $ sudo /home/alban/bin/casync extract --store=/home/alban/tmp/casync-test/store ./rootfs.caidx rootfs2/ Failed to run synchronizer: Operation not supported...
Hi, I'm trying to extract over a http server, but the connection is unstable. Is it possible to increase/set the number of times to retry fetching a chunk before giving...
I have a chunk store that was created without `--compression`, which I understand means it uses the default, `zstd`. I would like to convert the chunk store to use `xz`...
Say I have an image `a.img` which I used to create a chunk store: `casync make foobar.caibx a.img`. Later on, I have another img, `b.img`. `b.img` is meant to be...
Hello, I was trying to use casync to deploy codes on my servers. In My case, we need to deploy new version of codes to the same directory on my...
Hello, I was trying to use casync as a backup solution with my store on a sshfs mounted directory. When launching casync I always get this error message : `Failed...
The documentation just says: > --extra-store=: Additional chunk store to look for chunks in But it does not say how casync decides the priority between the main store (`--store`= or...
Hallo, I am trying out casync for the first time, both on Debian Testing and Fedora 27, by compiling from sources (from master). Maybe I am missing something obvious, but...