Skip to content

xulong2005/sersync-1

 
 

Repository files navigation

sersync

sersync docker image, easy to use.

First step, startup sersync on host1 such as 192.168.1.10

docker run -d -v /some/dir:/syncdir -p 873:873 -e TARGET_HOST=192.168.1.11 --name sersync taojy123/sersync

Note: Please publish the container's port 873 to host port 873, or use host network.

Second step, startup sersync on host2 such as 192.168.1.11

docker run -d -v /some/dir:/syncdir -p 873:873 -e TARGET_HOST=192.168.1.10 --name sersync taojy123/sersync

Note: This operation will overwrite the /some/dir directory in host1.

That's all done!

About

sersync docker image, easy to use

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 80.4%
  • Shell 19.6%