Keith
Keith
Oh weird, it should support the use-case of resuming after a dead sync.
Yeah, I like this idea! When I ran panamax on ZFS, I had a lot of the same issues with slowness. It was basically a sole reason for me to...
Unfortunately I don't think there's any specific archive format that would work well with rsync, since (I believe) it just checks file modification time, and uploads if it's newer. If...
I think one of the complications of that previous idea is because there's a mixture of copying an updated directory, and copying a new, completely different delta file. So here's...
Now that `galois_16` is a thing, does that make it any easier to use this to implement PAR2?
I had this issue until I updated to the latest nodejs
Is Rijndael/AES being covered?
It's because the `web` directory is a symbolic link to `webpy/web`. Windows tends not to support symbolic links with git, and so the web directory appears broken. As a workaround,...
That makes sense, as Panamax only exposes an HTTP(S) server for interacting with git, rather than SSH. I'm unfortunately not experienced with integrating SSH with git, so I'm not sure...
I believe git is the only external dependency, and that's just for serving: https://github.com/panamax-rs/panamax/blob/master/src/serve.rs#L294 Basically Panamax acts as a CGI gateway to `git http-backend`.