Emmanuel Frecon
Emmanuel Frecon
This is supposedly fixed in 5b6ebe2cb05cb2000c71b6f997698ec81d0fb032, keeping it opened until it's been verified entirely.
But one of the necessary features is the ability to add a flag not to overwrite newer files.
One way to mitigate this would be to use the new OS type discovery mechanisms introduced in f0896b32740279c582e56902a4a0bc2c2b6a9806 to detect the type of the remote machine and install rsync using...
There is now one extra variable created, ending with `_HOSTNAME`, so implementing this feature is getting even more pressing. Perhaps a `-filter` option to `env` could be relevant, but that...
So. Anything wrong in here? Can it be incorporated?
I have run away from Windows, so fixing this requires some help...
My idea is to make the consul store accessible from the containers to be able to access cluster-global parameters (read configuration files) to all relevant containers. From inside the containers,...
Ok. I'll try to modify it and make it depend on the files generated from the build system. Expect a pull request soon. Can you have a look at my...
Have you tried: + Changing the `OWNER`. + Otherwise, maybe have a look at how stuff initialises [here](https://github.com/efrecon/docker-s3fs-client/blob/master/docker-entrypoint.sh) (similar project for S3) and send me a PR if it works...
Easy way around is probably to use the [`-C`](https://unix.stackexchange.com/a/70582) option of `scp` instead.