码迷,mamicode.com
首页 > 其他好文 > 详细

数据同步利器syncthing

时间:2020-04-07 22:42:29      阅读:332      评论:0      收藏:0      [点我收藏+]

标签:size   eve   version   als   over   友好   port   class   figure   

有了私服当然就得备份数据了,手机照片,工作目录,经典电影之类的,DT时代数据无价。

syncthing

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers. We strive to fulfill the goals below. The goals are listed in order of importance, the most important one being the first. This is the summary version of the goal list - for more commentary, see the full Goals document.

选择这个的目的很简单:

1. 支持多平台,windows、Android、ios、centos等

2. 界面友好,便于使用

3. 支持docker化部署

github地址为:https://github.com/syncthing/syncthing

找docker镜像的方式也挺简单:

# docker search syncthing

技术图片

 

 

 如何跑docker,详见github上的链接:https://github.com/syncthing/syncthing/blob/master/README-Docker.md

为了加快传输速度,docker中使用host网络策略

Discovery

Note that local device discovery will not work with the above command, resulting in poor local transfer rates if local device addresses are not manually configured.

To allow local discovery, the docker host network can be used instead:

$ docker pull syncthing/syncthing
$ docker run --network=host     -v /wherever/st-sync:/var/syncthing     syncthing/syncthing:latest

Be aware that syncthing alone is now in control of what interfaces and ports it listens on. You can edit the syncthing configuration to change the defaults if there are conflicts.

由于我本机跑了docker-compose,所以https也是挂在nginx底下的。

最后来几张部署完成的图:

技术图片

 

 技术图片

 

 

 

数据同步利器syncthing

标签:size   eve   version   als   over   友好   port   class   figure   

原文地址:https://www.cnblogs.com/zqyx/p/12656310.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!