https://github.com/realorangeone/docker-lsyncd
Docker container for lsyncd
https://github.com/realorangeone/docker-lsyncd
docker lsyncd
Last synced: about 1 year ago
JSON representation
Docker container for lsyncd
- Host: GitHub
- URL: https://github.com/realorangeone/docker-lsyncd
- Owner: RealOrangeOne
- License: bsd-3-clause
- Created: 2020-09-04T19:26:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-05T18:39:49.000Z (over 1 year ago)
- Last Synced: 2025-02-28T01:38:40.125Z (over 1 year ago)
- Topics: docker, lsyncd
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/theorangeone/lsyncd
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-lsyncd

Docker container for `lsyncd`.
## Usage
The container will start `lsyncd` on startup, and begin trying to sync however is configured. The default configuration file is `/config/lsyncd.lua`, which will need mounting in.
### Authentication
Rsync uses ssh by default, and the easiest way to do this is using keys. The default key location should be `/config/.ssh/id_rsa{,.pub}`.
If you receive the message "Host key verification failed.", You'll need to copy the host key from another machine, and mount a file for `/config/.ssh/known_hosts`.