请稍侯

计算机之间同步文件

syncthing(https://syncthing.net/)

开源软件,细节不如 btsync 做得好。

  1. 安装
  • 编译好的安装包
  • ubuntu 通过apt get 安装 # Add the release PGP keys:

    curl -s https://syncthing.net/release-key.txt | sudo apt-key add -

    # Add the “release” channel to your APT sources:

    echo "deb http://apt.syncthing.net/ syncthing release" | sudo tee /etc/apt/sources.list.d/syncthing.list

    # Update and install syncthing:

    sudo apt-get update sudo apt-get install syncthing

  • 编译源码(https://github.com/oska874/syncthing.git)
  • google play
  1. 使用
  • #syncthing 启动

  • 进入web 界面,配置:
    • 127.0.0.1:8384
    • 修改web管理页面监听地址为0.0.0.0:,添加管理员账号和密码
    • 重启
  • 多个设备互相添加
  • 添加各自监视的文件夹(linux 下注意不同用户对不同文件夹权限不同,可能无法操作)
  • 将共享文件夹共享给指定的设备
  • 开始同步

btsync(https://getsync.com/)

闭源,商业软件,免费版有少量限制

  1. 安装

直接下载二进制安装包。

  1. 使用
  • host 添加folder
  • 分享: 链接: 可以设置权限和有效期 密钥和QR: 只读和读写权限
  • client 手动连接