From bf2cc103ee0b870d63ff42df4efb07e40bfa41cc Mon Sep 17 00:00:00 2001 From: X Date: Tue, 17 Sep 2024 21:52:28 +0800 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 fa39b77..2b7acb9 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 @@ -21,7 +21,7 @@ x@DeepinOS:~/.config/rclone$ pwd #编辑定时任务 crontab -e -#开机挂载 +#配置开机挂载后保存 @reboot nohup rclone mount xxCloud:/(配置好的远程目录) /home/x/RemoteFolder/xxCloud/(本地目录) --vfs-cache-mode writes & ```