CENTOS7, minimal version of the Server sync installation

Source: Internet
Author: User
Tags resilio sync

  1. Install some of the necessary components;

    #!/bin/bash-yum Install epel-release-y yum install vim-e* system-control-firewall-tui-y wget*

  2. Select directory to download;

    wget https://download-cdn.resilio.com/stable/linux-x64/resilio-sync_x64.tar.gz

  3. Unpack the package, get execution file Rslsync execution file;

    TAR-ZXVF resilio-sync_x64.tar.gz

    ./rslsync--help

    Resilio Sync 2.4.2 (708)
    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//Set Web UI Listener interface
    --generate-secret Generate a Read/write key
    --get-ro-secret <r/w key> Get the Read-only key associated to a Read/write key

  4. Run the Rslsync program;

    ./rslsync--webui.listen 0.0.0.0 8888//0.0.0.0 represents any

  5. Complete, in the browser configuration rslsync, path: http://server address 8888

  6. Remember open firewalls port 8888

    Firewall-cmd--add-port=8888/tcp--permanent


This article is from the IT Technology blog blog, so be sure to keep this source http://weonline.blog.51cto.com/1467072/1879325

Centos7, minimal server sync installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.