No error but upload partially - OneDrive Business

Hello,

Well i'm using OneDrive Business with the latest version of rclone on Windows rclone x64 1.63.1

rclone v1.63.1

  • os/version: Microsoft Windows Server 2012 R2 Datacenter (64 bit)
  • os/kernel: 6.3.9600.21503 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.20.6
  • go/linking: static
  • go/tags: cmount

Only one file has an issue with the uploading. The size file is like 16GB. Newtork is 1Gbit up/down. This is very strange because sometimes works and sometimes not.
All other files are uploaded.

What i see on the logs is the following, which i sbasically nothing.

The following is what i run as a scheduled script

rclone.exe copy "M:\SQLBackups" Connect2OneDrive:'DB Backup' --log-file=C:\Upload2OneDrive\log.txt -vv

Any idea?

thank you

hi,
looks like rclone is uploading the file, from 1% to 8%.
so not sure what you need help with?

please, do not use tiny hard to read screen snippets from notepad++, post the actual text

when the problem happens, need to post the full text from a debug log.

hello,
that's it on the log file. That was the bottom of file, so nothing more but the file was not uploaded. Today for example i found it uploaded.

Could you please post result of:

rclone config show Connect2OneDrive:

remove any secrets.

thanks.

Most likely reason of your copy command erratic behaviour is onedrive throttling exaggerated by your config using shared client_id.

Get your own client_id/secret as per docs and recreate your one drive remote providing created client_id/secret values.

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