We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello dear great developers of this great product!
In the "mount" manual page (here: https://rclone.org/commands/rclone_mount/), it didn't say that we can not use a leading slash.
So in systemd, the mount unit:
[Mount] Type=rclone What=cloud:Photos Where=/mnt/cloud/photos
will work, while
[Mount] Type=rclone What=cloud:/Photos # Mind the / in /Photos Where=/mnt/cloud/photos
Will not.
I took me 6 months to figure that out (yes, I am a bit stubborn) :-)
Could we implement the test somewhere? For example, in the PCloud helper? Or perhaps more globally?
Thanks in advance...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello dear great developers of this great product!
In the "mount" manual page (here: https://rclone.org/commands/rclone_mount/), it didn't say that we can not use a leading slash.
So in systemd, the mount unit:
will work, while
Will not.
I took me 6 months to figure that out (yes, I am a bit stubborn) :-)
Could we implement the test somewhere? For example, in the PCloud helper? Or perhaps more globally?
Thanks in advance...
The text was updated successfully, but these errors were encountered: