-
Use the Buzhash or Rabin splitter in IPFS instead of the `SizeSplitter` by default.
A rolling hash based data sensitive splitter has a huge obvious advantage: it creates shift-resistant chunks and th…
-
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 --s…
-
When installing casync bundles and an eMMC bootloader slot is defined, the partition table becomes corrupted after an update.
*Without* the eMMC bootloader slot and the corresponding files in the b…
-
For our current project we're looking at using RAUC with casync. Since we might have to use bundle and chunk store URLs with a query I had a look at the RAUC code to see how that's handled.
It seem…
-
The [casync blog post](http://0pointer.net/blog/casync-a-tool-for-distributing-file-system-images.html) indicates
> An invocation like this could be typically used by IoT systems with an A/B partit…
-
_UPD 2023-06-26 14:30 UTC: this is useless benchmark, see https://github.com/borgbackup/borg/issues/7674#issuecomment-1606015655 . I did proper benchmark here: https://github.com/borgbackup/borg/issue…
-
Moved from https://github.com/flokli/nix-casync/issues/17#issuecomment-991598751 (cc @ajs124)
```
warning: error: unable to upload 'http://[::1]:9000/nar/1yfga509smsrx1l8a4dnri551qy3kw0859w5gmc0j3…
-
Using the following command is not working:
```
rauc --cert ${CERT_FILE} --key ${KEY_FILE} --keyring ${CERT_FILE} convert --casync-args=\"--store=${CASYNC_STORE}\" ${RAUC_UPDATE_DIR}/${RAUC_BUNDLE_N…
-
I have a `tags` target:
```meson
run_target('tags', command : ['etags', '-o', '@0@/@1@'.format(meson.source_root(), 'TAGS')] + all_files)
```
(The presence of `etags` is not checked first with `fi…
-
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 `$CASYNC_STO…
alban updated
6 years ago