What is the problem you are having with rclone?
there is no real problem just a question, I m running this command C:\Program Files\muh\rclone.exe" -ArgumentList "mount ${remoteName}: $mountPoint --rc --vfs-cache-mode full --cache-dir C:\rclone_cache --vfs-cache-max-age 24h --vfs-cache-max-size 10G --buffer-size 64M --dir-cache-time 10s --poll-interval 10s
the share drive updates immedietly which is a good thing, dosnt wait 10s. I have a push server that sends out file updates everytime the file is changed but I was under the impression that this feature didnt work for nextcloud, I am cautiously optimistic because I am afraid that the 10s for dir cache time is too low and will send too many requests to the server and then crash the server, however this is not happening. I dont understand how its working, and it updates immediatly i have tested it multiple times the cpu dosnt go up on my server it just works. Can someone try to explain this to me
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
nextcloud with push server
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
Paste command here
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
C:\Users\Muh>rclone config redacted
[cloud]
type = webdav
pass = XXX
url = https://cloud.tech.com/remote.php/dav/files/test
vendor = nextcloud
user = XXX
### Double check the config for sensitive info before posting publicly
C:\Users\Muh>
A log from the command that you were trying to run with the -vv
flag
Paste log here