syncthing

Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it’s transmitted over the internet.

可以用來自架伺服器,傳輸檔案、過程是加密的,也有介面可用

以下使用 docker 快速安裝

docker pull syncthing/syncthing
docker run -p 8384:8384 -p 22000:22000/tcp -p 22000:22000/udp -p 21027:21027/udp \
    -v /wherever/st-sync:/var/syncthing \
    --hostname=my-syncthing \
    syncthing/syncthing:latest

瀏覽介面 http://1.1.1.1:8384/

syncthing 檔案同步

 

Related posts 相關文章
安裝 Let’s Encrypt SSL 憑證的工具
More...
vim 讓編輯過程中,一直顯示檔案名稱
More...
Windows 存在 Redirect to SMb 漏洞,所以不要亂點 file:// 的連結
More...
fastdfs 是一個輕量級的分散式檔案系統
More...

作者

留言

撰寫回覆或留言

發佈留言必須填寫的電子郵件地址不會公開。