Enrico Jorns

Results 189 comments of Enrico Jorns

Especially for embedded and when only images need to be synchronized, there is also https://github.com/florolf/casync-nano which can also serve as a drop-in replacement for some cases.

Well, I also came across this drawback. From my point of view this is a feature casync definitely should support in the near future. I would go even further and...

@charles-dyfis-net well what does that provide me? Similarity of tar archives to either directory tree or block devices on a target will go down to finding chunks that only consist...

Well, I am not sure if we are talking about the same things. My use case is extracting a caidx file (with a remote chunk store) to a *directory tree*...

@kevinior Setting `storepath=https://something.com/store/key=0815` will not be sufficient for your use case? If `storepath` is set explicitly, there is no concatenation happening as you can see in the code snippet you...

@kevinior since we have the new D-Bus installation API allowing to pass new arguments on installation to the service, having an argument to pass it the storepath per-call either form...

If you don't mind I'd like to keep this open for reference and would ask you to put a "Fixes #606" in your commit that will both allow linking to...

I'd like to have a view on this from a security perspective before, as changing the store location could be a potential attack option if casync does not verify the...

> It might be useful to allow setting these options on the command line as well, avoiding the need for a system.conf on the development host. I'd agree. Personally, I...

@fhackenberger the two-step approach for creating a casync bundle is described as > 1. Create 'conventional' RAUC bundle > 2. Convert to casync-based RAUC bundle in the documentation. This means...