Inconsistent size with source after migration

What is the problem you are having with rclone?

I transferred files locally by mounting them, but the number of files after transfer was consistent and the size of the disk used was inconsistent
Using df - hT, it can be seen that the disk is 2.7t and the rclone log shows 2.43T

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

nohup rclone sync /mnt/src/public-saas /mnt/dst/public-saas -P --transfers 32 --checkers 64 --create-empty-src-dirs --copy-links >/dev/out_add.log &

this is output

  • rocket/RCustomer_uploa…230319-20230319479.zip: checking
  • rocket/RCustomer_uploa…230320-20230320503.zip: checking
  • rocket/RCustomer_uploa…230319-20230319506.zip: checking
  • rocket/RCustomer_uploa…230320-20230320523.zip: checking
  • rocket/RCustomer_uploa…230320-20230320521.zip: checking
  • rocket/RCustomer_uploa…230319-20230319541.zip: checkingTransferred: 138.224M / 138.224 MBytes, 100%, 2.376 MBytes/s, ETA 0s
    Checks: 11612866 / 11612866, 100%
    Deleted: 76
    Transferred: 455 / 455, 100%
    Elapsed time: 8h59m3.0s

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

this is AliCloud nas to HuaweiCloud nas, I mount to my local location

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

 nohup rclone sync /mnt/src/public-saas /mnt/dst/public-saas  -P  --transfers 32 --checkers 64  --create-empty-src-dirs   --copy-links >/dev/out_add.log   &

The rclone config contents with secrets removed.

no,this is local

A log from the command with the -vv flag

Paste  log here

Use rclone size on the source and then the destination. What do you get then?

Thank you, this issue has been resolved. The reason is that the underlying storage of metadata on the target end takes up approximately 8% -10% of the space

1 Like

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