Problem for resilio write in folders mounted by rclone 2

What is the problem you are having with rclone?

Last year I tried to get rclone and resilio to work together, but failed (review the following post).
Recently, when using docker, I found the docker version of resilio, so I can map the download directory, especially the "/. sync" folder to the local disk, and other folders to the OneDrive directory mounted by rclone. I seem to have avoided the large number of unnecessary downloads.

However, the problem still exists that the files in "/. sync" cannot be renamed and written to the final directory. I can only see the establishment of directories in OneDrive, but I can't find the files. In fact, the files in "/. sync" have been downloaded and can be browsed normally after being modified to the correct extension.

I had updated rclone, but I'm not sure if “files being changed and rclone cancelling the upload and retrying” still.

review

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.1

  • os/version: ubuntu 20.04 (64 bit)
  • os/kernel: 5.4.0-132-generic (aarch64)
  • os/type: linux
  • os/arch: arm64
  • go/version: go1.19.3
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

OneDrive (global)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount Febm2:/path/on/OneDrive/ /path/on/local/ --allow-non-empty --allow-other --async-read --no-checksum --no-modtime --write-back-cache --umask 000 --attr-timeout 1m --vfs-cache-max-size 10G --vfs-cache-mode full --dir-perms 777 --file-perms 777 --gid 0 --uid 0

The rclone config contents with secrets removed.

[Febm2]
type = onedrive
client_id = "with secrets removed"
client_secret = "with secrets removed"
token = {"with secrets removed"}
drive_id = "with secrets removed"
drive_type = business

A log from the command with the -vv flag

rclonelog.txt

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