STOP and READ USE THIS TEMPLATE NO EXCEPTIONS - By not using this, you waste your time, our time and really hate puppies. Please remove these two lines and that will confirm you have read them.
What is the problem you are having with rclone?
I have migrated the data from swift based object storage to s3 based object storage. I could see the data is fully copied without any errors. rclone size commands gives the number of objects are same, however the size is more in s3 based storage compared to swift based storage. Any idea why this could be?
# ./rclone size custswift:cust-c1
Total objects: 1.879M (1878748)
Total size: 13.264 TiB (14583399082429 Byte)
# ./rclone size custs3:custs3arc
Total objects: 1.879M (1878748)
Total size: 22.103 TiB (24303034566161 Byte)
Run the command 'rclone version' and share the full output of the command.
rclone v1.62.2
- os/kernel: 3.10.0-1127.el7.x86_64 (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.20.2
- go/linking: static
- go/tags: none
Which cloud storage system are you using? (eg Google Drive)
Souce : Swift based object storage
Destination: S3 based object storage
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
`./rclone --progress --log-level DEBUG --log-file=custcopy/copy1.txt copy "custswift:cust-c1" "custs3:custs3arc" --size-only --ignore-existing --no-traverse --transfers=100 --checkers=100`
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[custswift]
type = swift
user = custswift
key =
auth = https://example.com/auth/v1.0/
[custs3]
type = s3
provider = Other
access_key_id =
secret_access_key =
endpoint = example2.com
A log from the command that you were trying to run with the -vv
flag
NA