This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#Debian/ubuntu apt install rclone
#也可以进入[官网下载]对应OS版本的包进行安装(https://rclone.org/downloads/)
rclone config #完成后会在用户目录生成一个配置文件 x@DeepinOS:~/.config/rclone$ pwd /home/x/.config/rclone
#编辑定时任务 crontab -e #测试挂载效果,如证书错误可加上参数:--no-check-certificate nohup rclone mount NextCloud:/ /home/x/RemoteFolder/ --vfs-cache-mode writes & #配置开机挂载后保存 @reboot nohup rclone mount NextCloud:/(配置好的远程目录) /home/x/RemoteFolder/(本地目录) --vfs-cache-mode writes &
Deleting the wiki page "挂载WebDav目录" cannot be undone. Continue?