Syncthing

来自Gea-Suan Lin's Wiki
Gslin讨论 | 贡献2020年8月14日 (五) 10:57的版本 →‎安裝
跳到导航 跳到搜索

Syncthing是一套资料同步软件。

安装

Ubuntu下可以透过apt repository安装:

curl -s https://syncthing.net/release-key.txt | sudo apt-key add -; echo "deb https://apt.syncthing.net/ syncthing stable" | sudo tee /etc/apt/sources.list.d/syncthing.list; sudo apt update; sudo apt install -y syncthing

设定

开机自动执行[1]

外部链接

  1. Starting Syncthing Automatically. [2020-08-14] (English).