mirror
mirror copied to clipboard
A tool for real-time, two-way sync for remote (e.g. desktop/laptop) development
This tool looks like something that could be useful to me. I'm mostly developing on my Mac, however the build runs on Windows (VM). I'd like to mirror two folders,...
I cannot get mirror to work. How do I debug to try to find where I am going wrong?
Files over ~500mb / ~1gb give mirror trouble b/c the RPC framework (grpc-java) we use for "really snappy bi-directional streaming" only supports in-memory / on-Java-heap `byte[]`s for its RPC messages,...
Hello, Is there a way to query, with a pipe, an event, or a status file that would indicate if there are file being synchronized, how many, and eventually which...
It would be nice to be able to not sync a file if the size is greater than (say) 10MB.
Hello, Thank you for this great software. I just installed and run it easily. The bidirectional synchronization works great, except it can not sync file permission and ownership. Am I...
If you `rm -fr foo/` where `foo/` is a tree of `foo/bar/zaz.txt`, the remote side's deleting of `zaz.txt` will tick it's timestamp of `foo/bar` and so make it think that...
Hi, first of all this project looks awesome. But I don't know if it's fitting for my use case, I couldn't figure it out all myself. So here goes my...
still a work in progress, the tests are probably not as complete as they should be, but this seems to be working for me, so I figure it's as good...
Just fired up the docker image and I'm getting this error over and over. I removed those files and things seem to be working fine now ``` mirror_1 | java.nio.file.InvalidPathException:...