desync
desync copied to clipboard
Alternative casync implementation
Have anyone tried desync with cloudfront and that too with presigned urls ? OR to rephrase my question what is the recommended way to access caync chunks over S3, should...
This adds an automated tests for #220. I added an environment variable in `sequencer` because that seemed the cleaner way to mock the `Validate()` function. Please let me know if...
It would be nice to be able to run a server that acts as both a `index-server` and `chunk-server` on a single port. One can do this with a reverse...
### Setup I have two .tar files. They were both produced by `tar (GNU tar) 1.34`, and have similar contents (NodeJS `node_modules` directories), and the only difference (after some testing)...
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 partition setup `casync extract http://example.com/myimage.caibx --seed=/dev/sda1 /dev/sda2` Your README indicates...
A `mount-tree` or `mount-tar` (or just `mount`?) would replace `casync mount`. Reusing the sparse mount support would be great.
Adds chunk encryption as option to chunk stores. Supports aes-256-ctr at this point (though this could be expanded to other key sizes or algorithms). The key is generated by hashing...
I'm using desync to chunk a squashfs image, and so it makes sense to use uncompressed. I find setting up the the config file to use uncompressed very clunky. I...
I've encountered a transient issue when performing large uploads to an S3 store. I occasionally run into this error (perhaps once in 100 uploads): ``` Put "//.cacnk": write tcp ->:...
I would like to use `desync tar` to upload parts of the result from a build process. I can do so today, by copying parts of the build process output...