Syncthing:修订间差异

来自Gea-Suan Lin's Wiki
跳到导航 跳到搜索
此页面具有访问限制。如果您看见此消息,则说明您没有权限访问此页面。
第3行: 第3行:
== 安裝 ==
== 安裝 ==


[[Ubuntu]]下可以透過apt repository安裝:
[[Ubuntu]]下可以透過apt repository安裝<ref>{{Cite web |url=https://syncthing.net/downloads/ |title=Downloads |accessdate=2020-08-14 |language=en}}</ref>


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">

2020年8月14日 (五) 10:58的版本

Syncthing是一套资料同步软件。

安装

Ubuntu下可以透过apt repository安装[1]

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

设定

开机自动执行[2]

参考资料

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

外部链接