What is the problem you are having with rclone?
Amount of data to be transferred is shown to be growing during copy operation.
Nothing was written to the source BLOB directory during the time of copy.
What we found strange, is that target amount of data (value# 2 in "Transferred" in the logfile) was growing as soon as copy progressed: 303.178 GiB -> 350.904 GiB -> 433.195 GiB.
This pattern is consistent in our configuration among many BLOBs, and the difference between initial data size to copy and final data size can take up to 2X of initial data size, while source directory is static and copy itself takes a couple of minutes;
Is it possible to find out where this difference comes from?
Run the command 'rclone version' and share the full output of the command.
rclone v1.69.1
- os/version: oracle 8.10 (64 bit)
- os/kernel: 5.15.0-307.178.5.el8uek.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.24.0
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Azure BLOB.
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
/bin/rclone copy -cvP --stats=1m --transfers=4 --min-age=1m --no-traverse --log-file=${LOG_FILE} bloba:somedir blobb:somedir
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[bloba]
type = azureblob
use_msi = true
chunk_size = 100M
access_tier = Cool
account = XXX
msi_mi_res_id = XXX
[blobb]
type = azureblob
use_msi = true
chunk_size = 100M
access_tier = Hot
account = XXX
msi_mi_res_id = XXX
A log from the command that you were trying to run with the -vv
flag
Transferred: 223.171 GiB / 303.178 GiB, 74%, 3.899 GiB/s, ETA 20s
Checks: 3786 / 3786, 100%
Transferred: 40 / 519, 8%
Elapsed time: 1m0.0s
...
Transferred: 266.937 GiB / 350.904 GiB, 76%, 392.861 MiB/s, ETA 3m38s
Checks: 3786 / 3786, 100%
Transferred: 421 / 519, 81%
Elapsed time: 2m0.0s
...
Transferred: 433.195 GiB / 433.195 GiB, 100%, 1.971 GiB/s, ETA 0s
Checks: 3786 / 3786, 100%
Transferred: 519 / 519, 100%
Elapsed time: 2m57.8s