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

外部連結