Syncthing

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

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],这边是透过systemd的方式:

sudo systemctl enable syncthing@myuser.service; sudo systemctl start syncthing@myuser.service

参考资料

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

外部连结