-
Hi,
I am trying to extract a file using casync and I am running into space issues during extraction.
I am trying to extract the file into partition 5, where there is plenty of space, but casync s…
Peirl updated
6 years ago
-
I read that we can use old containers/file systems as seeds to speed up the download of files, eg:`casync extract http://example.com/myimage.caibx --seed=/dev/sda1 /dev/sda2`.
Is it possible for me…
Peirl updated
6 years ago
-
Have you guys considered using [casync](https://github.com/systemd/casync/) instead of OSTree?
Some interesting quotes from the [introductory blog post](http://0pointer.net/blog/casync-a-tool-for-dis…
-
Hi,
I tested casync and wondered, why [ubifs images](https://github.com/rauc/rauc/blob/8822c79217bbde914f99b133f8d590181d145575/src/update_handler.c#L1311) are not supported? Is there a specific un…
-
Hi,
I am integrating with Yocto and I am trying to wrap my head around how updates and versioning works with RAUC. I am assuming for each new version, RAUC_BUNDLE_VERSION needs to be updated and th…
-
An upper bound for uncompressed chunks is good because:
- zstd doesn't support streaming with a dict yet, so the chunk must go into memory
A lower bound for uncompressed chunks is good because:
-…
-
I compile `casync` at e4a3c5efc8f11e0e99f8cc97bd417665d92b40a9. and attempted to extract over http.
The `caibx` file was created on the client: `casync make foobar.caibx bone-debian-9.1-console-arm…
-
Hi,
the documentation states we can simply call
`rauc convert conventional-bundle.raucb casync-bundle.raucb`
to create a casync bundle, but it seems the `--cert`, `--key` and `--keyring` pa…
-
I've stored a chunked directory using the `tar` command and created a store both locally and on S3.
The local store has a folder for each hashed chunk's first four characters:
```
./ab58/ab588…
-
Hello,
in desync doc, we can read " For example, up to 10x faster than casync if the chunks are already present in the store. If the chunks are new, it heavily depends on I/O, but it's still likely …