Is there a way to start rclone without mounting

Hello,

I`'m sorry if I'm doing it on wrong place.

I got a RClone problem to solve and it is my first contact with RClone.

In fact, I would like to know if is possible to start RClone application without mount. We've already mounted a directory before and we don't need to do it again. We just want start RClone.

in our cenario, we have a .bat file that starts RClone in a windows environment with the command below:

rclone mount xx E:\xxx-p1 --debug-fuse --vfs-cache-mode full --vfs-cache-max-age 10s --dir-cache-time 10s

How the mount directory already exists, we got this error:

Fatal error: failed to mount FUSE fs: mountpoint path already exists: E:\xxx-p1

How to fix this?

Another question, is possible synchronise only of local to cloud?

hello and welcome to the forum,

yes, could use rclone sync c:\path\to\source cloud: --dry-run
no need for rclone mount

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.