小樱 发表于 2017/12/28 03:48

Linux下centos6 使用Resilio Sync (BTSync) BitTorrent Sync安装使用教程 一个快捷方便的跨平台BT数据同步软件工具

下载安装
wget https://download-cdn.resilio.com/stable/linux-glibc-x64/resilio-sync_glibc23_x64.tar.gz
tar xzf resilio-sync_glibc23_x64.tar.gz


查看下帮助
# ./rslsync -h
Can't accept '-h' as argument

Resilio Sync 2.5.10 (1178)
Usage:
          rslsync [ options ... ]
Options:
        --help                  Print this message
        --config <path>         Use a configuration file
        --storage <path>          Storage path for identity and license
        --identity <user name>    Creates user identity
        --license <path>          Apply owner license
        --nodaemon                Do not daemonize
        --dump-sample-config      Print a sample configuration file
        --log <file>            Set log file
        --webui.listen <IP>:<port> Set the webui listening interface
        --generate-secret <secret version> Generate a read/write key
        --get-ro-secret <r/w key> Get the read-only key associated to a read/write key

For additional info please visit help center.
http://helpfiles.resilio.com/helpcenter2
#

可以导出当前配置文件以便查看
./rslsync --dump-sample-config > sync.conf


直接运行命令启动进程
./rslsync --webui.listen 0.0.0.0:8888


回显Resilio Sync forked to background. pid = 2817代表启动成功

可以查看是否在正常工作状态监听端口
netstat -apn | grep rslsync
然后访问服务器ip:8888进行管理

设置网页控制台登陆密码

同步时显示的用户姓名,对方可以看到

设置简体中文语言包




小樱 发表于 2017/12/28 04:12

顺便一说,Resilio是不是有毛病,,服务器修改文件客户端不同步,客户端修改服务器可以正常同步,简直有毒。、。
好像是Linux版本文件更新不会扫描。。

小樱 发表于 2017/12/28 04:26

通过配置文件看到
      "known_hosts" : // specify hosts to attempt connection without additional search
      [
      "192.168.1.2:44444"
      ]

可以打开高级用户偏好设置,找到known_hosts,设置要连接的对方服务器IP即可,这样可以不用每次都去选择自定义主机
页: [1]
查看完整版本: Linux下centos6 使用Resilio Sync (BTSync) BitTorrent Sync安装使用教程 一个快捷方便的跨平台BT数据同步软件工具