-
cloned repo as of some minutes ago. Build host is openSUSE tumbleweed. Needed to install meson, ninj, libacl-devel and fuse-devel, build went okay then, configure showed these "NOs":
Checking for f…
-
Hi.
Could `casync` take an option for a custom compression/decompression tool? `lzma` makes some speed tradeoffs that may not always be desirable (especially regarding decompression speed). Somethi…
-
currently working on adding mtree compatible output to my "casync" thingy
while doing that I noticed that gomtree generates "type=device" for block devices, rather than
"type=block"
…
-
With __zsync__, one `.zsync` file is all that needs to be hosted on the server, in addition to the file to be distributed. Can the same be achieved with __casync__?
Use case would be [AppImageUpdat…
-
Can we get a ppa for casync as soon as the first release is made?
I'm looking at you, @martinpitt :)
-
Hi,
the `casync mtree ` or `casync mtree ` currently does not display the sha256 for the last file:
```bash
$ ls -l
insgesamt 8
-rw-r--r-- 1 stefan users 2 9. Apr 12:05 hallo.txt
-rw-r--r--…
-
He explain it very well, we need some tool which can delete unused chunks (== not referred by any archive).
> What I didn't find in the blog post is a strategy for pruning chunks - specifically one t…
-
Some tests fail in semaphore as the kernel is rather old there. While Ubuntu 14.04 offers newer kernels, there is no way to install/reboot into them on semaphore, so we have to make-do.
strace can'…
-
Thanks for releasing casync. I was interested in trying it out for a versioned data archiving application.
Unfortunately I had an error while calling `make`, apparently in during the execution of …
-
Tested on iPhone 7 plus and 4s.
```
let test = await(async {
return "test"
})
```
My understanding is that arm passes arguments in the x0-n registers, yet this does not seem to be happening.