更新 挂载WebDav目录
parent
bf2cc103ee
commit
23bbf1d6fe
@ -21,8 +21,11 @@ x@DeepinOS:~/.config/rclone$ pwd
|
||||
#编辑定时任务
|
||||
crontab -e
|
||||
|
||||
#测试挂载效果
|
||||
nohup rclone mount NextCloud:/ /home/x/RemoteFolder/ --vfs-cache-mode writes &
|
||||
|
||||
#配置开机挂载后保存
|
||||
@reboot nohup rclone mount xxCloud:/(配置好的远程目录) /home/x/RemoteFolder/xxCloud/(本地目录) --vfs-cache-mode writes &
|
||||
@reboot nohup rclone mount NextCloud:/(配置好的远程目录) /home/x/RemoteFolder/(本地目录) --vfs-cache-mode writes &
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user