rclone配置
#个人记录
#软件配置
#个人记录 #软件配置
安装
安装 rclone 到 Linux/macOS/BSD 系统,运行:
sudo -v ; curl https://rclone.org/install.sh | sudo bash
- Mac 需要下载官方的二进制文件,brew 版 没有 macFuse
- Win 需要额外安装 winfsp
Rclone 配置
Rclone 需要配置两层,一层是普通的 webdav,第二层是加密层
需要设置 3 个密码,要牢记啊
启动命令
挂载
是方便读取
Win 下
rclone --config .config\rclone.conf mount secret: V: --vfs-cache-mode full --network-mode --links --no-console
在 mac 下,使用这个命令配置,
rclone mount secret: ~/mount-s --vfs-cache-mode full --daemon