Let me start off by saying that I, in fact, DO NOT hate puppies. I'm not using the template because I don't have a specific rclone problem. I just want to know if something is possible.
I'm running:
rclone v1.69.2
- os/version: Microsoft Windows 11 Pro 24H2 24H2 (64 bit)
- os/kernel: 10.0.26100.4061 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.24.2
- go/linking: static
- go/tags: cmount
I'm using rclone of a vps which houses Nextcloud for me. Everything is working fine right now. Everything transfers fine via SSH, and as long as I the occ command "files:scan -all" everything that I just transferred in with rclone does show up in Nextcloud. Now that leads me to my questions:
- If there a way to redirect changes on the server to a specific directory? Nextcloud has a trash folder, but I cannot use that folder since I'm using the much faster ssh and not webdav.
b. Anyone have any advice on how to improve webdav speeds with clone and Nextcloud? I use ssh to transfer because using webdav will only get me about 100kBps, versus about 12mBps I get with ssh. But using webdav will enable to not run any occ commands and I can use the trash bin. I expect a speed difference between the two, but not that much. Is it possible to improve webdav throughput?
Thanks