Syncthing:修订间差异

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


 開機自動執行<ref>{{Cite web |url=https://docs.syncthing.net/users/autostart.html |title=Starting Syncthing Automatically |accessdate=2020-08-14 |language=en}}</ref>:
 開機自動執行<ref>{{Cite web |url=https://docs.syncthing.net/users/autostart.html |title=Starting Syncthing Automatically |accessdate=2020-08-14 |language=en}}</ref>:
== 參考資料 ==
{{Reflist|2}}


== 外部連結 ==
== 外部連結 ==

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

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). 

外部链接