What is the problem you are having with rclone?
rclone (running in vm idk if that changes anything) works fine for a few minutes but when used after a while everything locks up and gives me IO errors. I am unsure as to why its working just fine then starts giving me errros. I am running rclone inside Windows server 2019 running off a VM using Proxmox I set it up as I did on my personal computer and even the same server back when it was running windows server 2019 on bare metal. I don't understand why this is happening now, I haven't changed any versions or the command or anything, its all the same but it gives me IO errors after a while and I don't know why. I don't have logs as I don't how to use it properly I tried this (rclone --log-file=mylogfile.txtx --log-level DEBUG) commend I found here How to generate log file for rclone? but all i get is
2022/01/02 09:49:45 DEBUG : rclone: Version "v1.53.1" starting with parameters ["rclone" "--log-file=mylogfile.txt" "--log-level" "DEBUG"]
nothing else happens
What is your rclone version (output from rclone version
)
v1.53.1 (the same version I'm using and successfully running and working just perfectly on my Main PC and has been working for all my other pc's except now)
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
mount --allow-other --dir-cache-time 72h --drive-chunk-size 64M --log-level INFO --vfs-read-chunk-size 32M --vfs-read-chunk-size-limit off Gdrive: X: --config "C:\Users\Administrator\.config\rclone\rclone.conf" --vfs-cache-mode writes
The rclone config contents with secrets removed.
[Gdrive]
type = drive
client_id =
client_secret =
scope = drive
token = {"I'm not sure if this token should have been removed or not but gonna assume so"}
A log from the command with the -vv
flag
Sadly idk how to use it since i don't know how to use rclone I just know what a guide told me to get it to work how i wanted it