centos使用rclone
centos使用rclone
原文: centos使用rclone - shining博客
-
安装rclone
curl https://rclone.org/install.sh | sudo bash -
配置rclone
rclone config -
查看配置是否正确
rclone lsd openlist:/ -
创建挂载目录
mkdir /root/openlist -
安装软件包
yum -y install fuse3 -
挂载
rclone mount openlist: /root/openlist --copy-links --allow-other --allow-non-empty --umask 000 --daemon -
卸载
fusermount -qzu /rclone_root

浙公网安备 33010602011771号