rsync-server icon indicating copy to clipboard operation
rsync-server copied to clipboard

A rsyncd/sshd server in Docker. You know, for moving files.

Results 7 rsync-server issues
Sort by recently updated
recently updated
newest added

Build platforms: linux/386,linux/arm/v7,linux/amd64,linux/arm64/v8 Result temp page: Please open github repositorie Follow: - `Settings` - `secrets` - `Actions` Now you can see **Actions secrets** Click: `New repository secret` Add: `REGISTRY_USERNAME` and...

Hello, 😃 I ran this container without any problems through Docker Desktop on Windows 10 (with WSL2) : `docker run --restart unless-stopped --name=rsync_server ...` but when I reboot my computer,...

I added a Makefile, a github workflow to automatically build and push the docker image, you just have to add the variables so that github CI can upload to https://hub.docker.com/...

This small step, prevents usage of configmaps for authorized_keys in K8S.

Fixes #4 Check `/root/.ssh` and (if it exists) `/root/.ssh/authorized_keys` existing owner, group, and permission before attempting to adjust with `chown` and `chmod`. This should allow k8s deployments using configmaps and...

In order to use this image on arm64 processes, such as the raspberry-pi, a second image needs to be built and pushed. Example PR https://github.com/axiom-data-science/rsync-server/pull/23

I was aiming to use this image on a raspberry pi, but ended up having to build it locally to use on the arm architecture. This change _should_ create two...