From d93312d31e83970fb2523aebf6871f2aef349957 Mon Sep 17 00:00:00 2001 From: X Date: Wed, 30 Apr 2025 11:12:23 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E6=8C=82=E8=BD=BDWebDav?= =?UTF-8?q?=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- %E6%8C%82%E8%BD%BDWebDav%E7%9B%AE%E5%BD%95.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/%E6%8C%82%E8%BD%BDWebDav%E7%9B%AE%E5%BD%95.md b/%E6%8C%82%E8%BD%BDWebDav%E7%9B%AE%E5%BD%95.md index 59151a4..f7b11f7 100644 --- a/%E6%8C%82%E8%BD%BDWebDav%E7%9B%AE%E5%BD%95.md +++ b/%E6%8C%82%E8%BD%BDWebDav%E7%9B%AE%E5%BD%95.md @@ -18,12 +18,12 @@ x@DeepinOS:~/.config/rclone$ pwd 3. 配置开启自启动挂载 ``` -#编辑定时任务 -crontab -e - #测试挂载效果,如证书错误可加上参数:--no-check-certificate nohup rclone mount NextCloud:/ /home/x/RemoteFolder/ --vfs-cache-mode writes & +#编辑定时任务 +crontab -e + #配置开机挂载后保存 @reboot nohup rclone mount NextCloud:/(配置好的远程目录) /home/x/RemoteFolder/(本地目录) --vfs-cache-mode writes &