The problem
rclone moveto
errors for files in "chunker over union".
'rclone version'
rclone v1.65.0
- os/version: ubuntu 22.04 (64 bit)
- os/kernel: 6.1.58+ (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.21.4
- go/linking: static
- go/tags: none
rclone backends used
chunker
and union
The command
rclone moveto chunker:rclone.deb chunker:something.deb -vv
rclone config file
[chunker]
type = chunker
remote = union:
chunk_size = 1Mi
[union]
type = union
upstreams = /content/chunked/folder_1 /content/chunked/folder_2
action_policy = epff
create_policy = rand
search_policy = epall
cache_time = 604800
Steps to reproduce
curl "https://downloads.rclone.org/v1.65.0/rclone-v1.65.0-linux-amd64.deb" -o /content/rclone.deb
rclone move /content/rclone.deb chunker:
rclone moveto chunker:rclone.deb chunker:something.deb -vv
Output of rclone moveto chunker:rclone.deb chunker:something.deb -vv
2023/12/24 23:22:18 DEBUG : rclone: Version "v1.65.0" starting with parameters ["rclone" "moveto" "chunker:rclone.deb" "chunker:something.deb" "-vv"]
2023/12/24 23:22:18 DEBUG : Creating backend with remote "chunker:rclone.deb"
2023/12/24 23:22:18 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/12/24 23:22:18 DEBUG : Creating backend with remote "union:rclone.deb"
2023/12/24 23:22:18 DEBUG : Creating backend with remote "/content/chunked/folder_2"
2023/12/24 23:22:18 DEBUG : Creating backend with remote "/content/chunked/folder_2/rclone.deb"
2023/12/24 23:22:18 DEBUG : Creating backend with remote "/content/chunked/folder_1"
2023/12/24 23:22:18 DEBUG : Creating backend with remote "/content/chunked/folder_1/rclone.deb"
2023/12/24 23:22:18 DEBUG : fs cache: adding new entry for parent of "/content/chunked/folder_1/rclone.deb", "/content/chunked/folder_1"
2023/12/24 23:22:18 DEBUG : union root 'rclone.deb': actionPolicy = *policy.EpFF, createPolicy = *policy.Rand, searchPolicy = *policy.EpAll
2023/12/24 23:22:18 DEBUG : Reset feature "ListR"
2023/12/24 23:22:18 DEBUG : Creating backend with remote "chunker:"
2023/12/24 23:22:18 DEBUG : Creating backend with remote "union:"
2023/12/24 23:22:18 DEBUG : union root '': actionPolicy = *policy.EpFF, createPolicy = *policy.Rand, searchPolicy = *policy.EpAll
2023/12/24 23:22:18 DEBUG : Reset feature "ListR"
2023/12/24 23:22:18 ERROR : Attempt 1/3 failed with 1 errors and: "rclone.deb" has missing chunks
2023/12/24 23:22:18 ERROR : Attempt 2/3 failed with 1 errors and: "rclone.deb" has missing chunks
2023/12/24 23:22:18 ERROR : Attempt 3/3 failed with 1 errors and: "rclone.deb" has missing chunks
2023/12/24 23:22:18 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Errors: 1 (retrying may help)
Elapsed time: 0.0s
2023/12/24 23:22:18 DEBUG : 4 go routines active
2023/12/24 23:22:18 Failed to moveto: "rclone.deb" has missing chunks