ZMX - IT技术交流论坛 - 无限Perfect,追求梦想 - itzmx.com

标题: Linux下centos6 使用Resilio Sync (BTSync) BitTorrent Sync安装使用教程 一个快捷方便的跨平台BT数据同步软件工具 [打印本页]

作者: 小樱    时间: 2017/12/28 03:48
标题: Linux下centos6 使用Resilio Sync (BTSync) BitTorrent Sync安装使用教程 一个快捷方便的跨平台BT数据同步软件工具
下载安装
  1. wget https://download-cdn.resilio.com/stable/linux-glibc-x64/resilio-sync_glibc23_x64.tar.gz
  2. tar xzf resilio-sync_glibc23_x64.tar.gz
复制代码


查看下帮助
[root@MyCloudServer ~]# ./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
[root@MyCloudServer ~]#

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


直接运行命令启动进程
  1. ./rslsync --webui.listen 0.0.0.0:8888
复制代码


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

可以查看是否在正常工作状态监听端口
  1. netstat -apn | grep rslsync
复制代码

然后访问服务器ip:8888进行管理

设置网页控制台登陆密码
(, 下载次数: 8)