Been getting a lot of error messages lately

Hi.

I'm a nice rclone user.

I have been getting a lot of error messages lately.

Output looks like this:

Size and modification time the same (differ by 0s, within tolerance 1s)
2020/05/28 11:57:29 INFO : Encrypted drive 'xyz:Backup/': Waiting for transfers to finish 2020/05/28 11:57:29 ERROR : Attempt 3/3 failed with 3 errors and: invalidRequest: parameterIsTooLong: Parameter Exceeds Maximum Length 2020/05/28 11:57:29 Failed to copy with 3 errors: last error was: invalidRequest: parameterIsTooLong: Parameter Exceeds Maximum Length $

Advice please.

Axir
Rclone, Termux

When you hit help and support, there was a pretty template that asks for some info that you seemed to delete.

Can you share your version?
What command are you running?
What OS?
What command are you running?
Can you share a debug "-vv" with the command?

  1. Version and OS info:

rclone v1.50.2
os/arch: android/arm
go version: go1.13.4

  1. Command running:

rclone -vv copy /directoryinfo encrypteddrive:Backup/

The output I showed you before is already with -vv flag enabled.

Can you please update to 1.52 and retest.

Please include the whole debug line as it looks like this:

felix@gemini:~$ rclone lsd GD: -vv
2020/05/30 07:01:20 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "lsd" "GD:" "-vv"]
2020/05/30 07:01:20 DEBUG : Using config file from "/opt/rclone/rclone.conf"
          -1 2019-09-29 21:57:58        -1 crypt
2020/05/30 07:01:20 DEBUG : 4 go routines active

Ok, I have updated. Possibly a bit better result but not sure if the result is 100% correct yet.

The output is very long as there are many files. This is the beginning of the output and the end of the output:

2020/06/02 08:03:35 DEBUG : rclone: Version "v1.52.0" starting with parameters ["rclone" "-vv" "copy" "/storage/ID/Android/data/com.termux/Backup" "encryptedoneblahblah:Backup/"] Enter configuration password: password: 2020/06/02 08:03:38 DEBUG : Using config file from "/data/data/com.termux/files/home/.config/rclone/rclone.conf" 2020/06/02 08:03:42 DEBUG : 20200521test: Size and modification time the same (differ by 0s, within tolerance 1s)

2020/06/02 07:37:11 INFO : Transferred: 160 / 160 Bytes, 100%, 27 Bytes/s, ETA 0s Errors: 1 (retrying may help) Checks: 6694 / 6694, 100% Transferred: 5 / 5, 100% Elapsed time: 5.8s 2020/06/02 07:37:11 DEBUG : 31 go routines active 2020/06/02 07:37:11 Failed to copy: invalidRequest: Parameter Exceeds Maximum Length

So.

1 Failed to copy message and hundreds of size and modification time the same issues.

Any advice?

Are you using onedrive? That looks like a onedrive error message.

I think that is telling you that the file name you are trying to backup is too long.

Note that crypt makes the filenames a lot longer so you need to keep them under 143 characters or so.

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