Rcloe is creating additional document folders in different languages in OneDrive, outside the specified remote path. e.g: Dokumen, 公文. The issue occur randomly; it lacks a constant pattern, making it impossible to reproduce the issue manually.
Run the command 'rclone version' and share the full output of the command.
rclone v1.64.2
os/version: debian bookworm/sid (64 bit)
os/kernel: 6.5.6-76060506-generic (x86_64)
os/type: linux
os/arch: amd64
go/version: go1.21.3
go/linking: static
go/tags: none
Which cloud storage system are you using? (eg Google Drive)
OneDrive Personal.
The command you were trying to run (eg rclone copy /tmp remote:tmp)
Hey @kapitainsky, thanks for your response. To be honest, I had the same feeling initially. So, to validate this, I created a new dedicated OneDrive account (completely blank) to test this. No other apps/users have access to this folder. The account is also MFA protected.
Hi @karlh, Thanks for your response. Unfortunately, the --verbose flag doesn't capture this particular action. I've just updated the bash script with the -vv flag. I will monitor the log file.
Please let me know if the following command will capture the debug logs to the log file.
Well, for some reason, a new 'Document' folder is being created in the English language. This has happened three times since my last post. It's challenging to filter and locate the event in the log file due to its length. I have numerous files and folders named 'document(s)' or containing the word 'document(s).' I will continue to monitor.
Hi @kapitainsky, sorry for the late response, and thanks for your reply.
Our sync destination is in onedrive01:01 Documents - Yes.
These random folders are in the OneDrive root - correct? - Yes.
Following my previous update, I modified the sync destination from onedrive01:01 Documents to onedrive01:Documents by removing the two leading numbers and the space. While I assume this adjustment has resolved the issue, I'm not entirely certain. Since making the modification, no random folders have appeared in OneDrive. I will continue to monitor this and provide further updates.