Not sync files on B2

What is the problem you are having with rclone?

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

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

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

rclone sync --progress --retries 2 --transfers 32 --b2-hard-delete C:\RAR_Files b2:claudio-desktop --log-file=mylogfile.txt --log-level INFO

The rclone config contents with secrets removed.

[b2]
type = b2
account = yyy
key = xxx

A log from the command with the -vv flag

2022/02/14 23:10:48 Failed to sync with 2 errors: last error was: failed to open source object: Access is denied.
2022/02/14 23:11:49 ERROR : 2022_02_14_23_11_30/MADERAS1.7z: Failed to copy: failed to open source object: Access is denied.
2022/02/14 23:11:49 ERROR : B2 bucket claudio-desktop: not deleting files as there were IO errors
2022/02/14 23:11:49 ERROR : B2 bucket claudio-desktop: not deleting directories as there were IO errors
2022/02/14 23:11:49 ERROR : Attempt 1/2 failed with 1 errors and: failed to open source object: Access is denied.
2022/02/14 23:11:49 ERROR : 2022_02_14_23_11_30/MADERAS1.7z: Failed to copy: failed to open source object: Access is denied.
2022/02/14 23:11:49 ERROR : B2 bucket claudio-desktop: not deleting files as there were IO errors
2022/02/14 23:11:49 ERROR : B2 bucket claudio-desktop: not deleting directories as there were IO errors
2022/02/14 23:11:49 ERROR : Attempt 2/2 failed with 1 errors and: failed to open source object: Access is denied.
2022/02/14 23:11:49 INFO  : 
Transferred:   	          0 B / 0 B, -, 0 B/s, ETA -
Errors:                 1 (retrying may help)
Elapsed time:         2.3s

2022/02/14 23:11:49 Failed to sync: failed to open source object: Access is denied.

hello and welcome to the forum,

rclone cannot access the source folder.

please run this command and post the output.
rclone lsd C:\RAR_Files -vv

and redact/delete the account value and key value from the config file.
that is private info and should not be posted.

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