resilio-sync
## 安装
```bash yay -S rslsync ```
## 配置
```bash mkdir -p ~/.config/rslsync sudo cp etc/rslsync.conf ~.config/rslsync/rslsync.conf ```
修改如下设置:
- storagepath
- pidfile
- webui.listen
- webui.login
- webui.password
确保 `storagepath` 和 `pidfile` 路径的文件夹都已经新建完毕。
然后执行
```bash systemctl –user daemon-reload systemctl –user start rslsync # 手动开启 rslsync 服务 systemctl –user enable rslsync # 开机启动 ```