Rclone w/ Nextcloud

never heard of anyone doing that,

might try
http://XX.76.XX.51:86/remote.php/webdav/

Got this error now :

diamonddog@diamonddog-desktop:~/.config/rclone$ rclone lsd r720xd: -vv
2023/10/30 10:14:32 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "lsd" "r720xd:" "-vv"]
2023/10/30 10:14:32 DEBUG : Creating backend with remote "r720xd:"
2023/10/30 10:14:32 DEBUG : Using config file from "/home/diamonddog/.config/rclone/rclone.conf"
2023/10/30 10:14:32 DEBUG : found headers:
2023/10/30 10:14:32 Failed to create file system for "r720xd:": the remote url looks incorrect. Note that nextcloud chunked uploads require you to use the /dav/files/USER endpoint instead of /webdav. Please check 'rclone config show remotename' to verify that the url field ends in /dav/files/USERNAME

that has been discussed in the forum.
in fact, i remember helping another forum member with that exact issue.
so take a few minutes to search the forum.

Ok here is what I get when doing that :

iamonddog@diamonddog-desktop:~/.config/rclone$ rclone lsd r720xd: -vv
2023/10/30 10:23:24 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "lsd" "r720xd:" "-vv"]
2023/10/30 10:23:24 DEBUG : Creating backend with remote "r720xd:"
2023/10/30 10:23:24 DEBUG : Using config file from "/home/diamonddog/.config/rclone/rclone.conf"
2023/10/30 10:23:24 DEBUG : found headers:
2023/10/30 10:23:24 NOTICE: Chunks temporary upload directory: http://xx.xx.xx.xx:86/remote.php/dav/uploads/reverend/
-1 2023-10-30 06:37:44 -1 .Calendar-Backup
-1 2023-10-30 06:37:45 -1 .Contacts-Backup
-1 2023-06-19 20:36:48 -1 3D Scanner
-1 2023-06-18 19:09:57 -1 Documents
-1 2023-10-30 07:33:14 -1 InstantUpload
-1 2023-06-18 19:09:57 -1 Photos
-1 2023-06-18 20:09:44 -1 Talk
-1 2023-06-18 19:09:58 -1 Templates
2023/10/30 10:23:25 DEBUG : 6 go routines active

Looks like that worked, Now how do i mount as local drive?

good, we are making progress

try something like this, the forum is full of examples and take a few minutes to read the docs.
rclone mount r720xd: /path/to/dir -vv

Getting this error :

diamonddog@diamonddog-desktop:~/.config/rclone$ rclone mount r720xd: ~/r720xd -vv
2023/10/30 10:29:00 DEBUG : rclone: Version "v1.64.0" starting with parameters ["rclone" "mount" "r720xd:" "/home/diamonddog/r720xd" "-vv"]
2023/10/30 10:29:00 DEBUG : Creating backend with remote "r720xd:"
2023/10/30 10:29:00 DEBUG : Using config file from "/home/diamonddog/.config/rclone/rclone.conf"
2023/10/30 10:29:00 DEBUG : found headers:
2023/10/30 10:29:00 NOTICE: Chunks temporary upload directory: http://xx.xx.xx.xx:86/remote.php/dav/uploads/reverend/
2023/10/30 10:29:00 INFO : webdav root '': poll-interval is not supported by this remote
2023/10/30 10:29:00 NOTICE: webdav root '': --vfs-cache-mode writes or full is recommended for this remote as it can't stream
2023/10/30 10:29:00 Fatal error: failed to mount FUSE fs: cannot open: /home/diamonddog/r720xd: open /home/diamonddog/r720xd: no such file or directory
diamonddog@diamonddog-desktop:~/.config/rclone$

Never mind figured it out :slight_smile:

Helps when you have the directory on the LOCAL machine.

Would this work the same if i was connecting to a FTP as well?

yes, the exact same set of steps.

I’ve written a tutorial on using rclone as a WebDAV server.

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