What is the problem you are having with rclone?
Hello,
I am currently trying to copy 3 buckets from our On Prem Scality Artesca environment to a new bucket based on a NetApp Ontap S3.
The buckets contain Veeam O365 backup data.
I was able to copy two buckets with approx. 5 TB each without any problems. The last and largest (approx. 10TB) is driving me to despair.
Only 10 files are ever copied although there are over 10 million files in the bucket. After the 10 files have been copied, the time continues to run but nothing else happens.
Run the command 'rclone version' and share the full output of the command.
rclone v1.67.0
- os/version: Microsoft Windows Server 2019 Standard 1809 (64 bit)
- os/kernel: 10.0.17763.6054 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
Scality Artesca & NetApp Ontap S3
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone.exe copy Exchange:exchange Exchange_New:exchange -P -vv --no-check-certificate
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[Exchange]
type = s3
provider = Other
access_key_id = XXX
secret_access_key = XXX
endpoint = s3.artesca.optadata-gruppe.local
[Exchange_New]
type = s3
provider = Other
access_key_id = XXX
secret_access_key = XXX
endpoint = 172.16.80.128
A log from the command that you were trying to run with the -vv
flag
2024/08/09 07:29:09 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone.exe" "copy" "Exchange:exchange" "Exchange_New:exchange" "-P" "-vv" "--no-check-certificate"]
2024/08/09 07:29:09 DEBUG : Creating backend with remote "Exchange:exchange"
2024/08/09 07:29:09 DEBUG : Using config file from "C:\\Users\\k.freund\\Desktop\\rclone-v1.67.0-windows-amd64\\rclone.conf"
2024/08/09 07:29:09 DEBUG : Resolving service "s3" region "us-east-1"
2024/08/09 07:29:09 DEBUG : Creating backend with remote "Exchange_New:exchange"
2024/08/09 07:29:09 DEBUG : Resolving service "s3" region "us-east-1"
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/Encryption/BackupKeys.00000000: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/RepositoryLock/cf02e44c375b46d29877ff8e61951a53_fe91a858f27c4aa4860e7fd05e4a7e7a: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/Encryption/BackupKeys.00000000: Unchanged skipping
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CommonInfo/RepositoryConfig.0000001F: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CommonInfo/RepositoryConfig.0000001F: Unchanged skipping
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CommonInfo/Organizations: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CriticalDataBackup/CommonInfo/Organizations: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CriticalDataBackup/CommonInfo/RepositoryConfig.0000001F: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CommonInfo/RestorePoints/4bd72a2f4c0d4a4bb76b830f2e0ff38a: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/RepositoryLock/cf02e44c375b46d29877ff8e61951a53_fe91a858f27c4aa4860e7fd05e4a7e7a: Unchanged skipping
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CriticalDataBackup/Encryption/BackupKeys.00000000: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CommonInfo/Organizations: Unchanged skipping
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CriticalDataBackup/CommonInfo/Organizations: Unchanged skipping
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CriticalDataBackup/CommonInfo/RepositoryConfig.0000001F: Unchanged skipping
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CommonInfo/RestorePoints/4bd72a2f4c0d4a4bb76b830f2e0ff38a: Unchanged skipping
2024/08/09 07:29:10 DEBUG : Veeam/Backup365/Exchange/CriticalDataBackup/Encryption/BackupKeys.00000000: Unchanged skipping
2024/08/09 07:29:11 DEBUG : Veeam/Backup365/Exchange/Organizations/741976add45a45c189dacd48bfd0046d/AccountMailbox: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:11 DEBUG : Veeam/Backup365/Exchange/Organizations/741976add45a45c189dacd48bfd0046d/AccountMailbox: Unchanged skipping
2024/08/09 07:29:11 DEBUG : Veeam/Backup365/Exchange/Organizations/741976add45a45c189dacd48bfd0046d/RestorePointObjects/f76d458edd9c4be8a067d8ac10f3156a: Size and modification time the same (differ by 0s, within tolerance 1ns)
2024/08/09 07:29:11 DEBUG : Veeam/Backup365/Exchange/Organizations/741976add45a45c189dacd48bfd0046d/RestorePointObjects/f76d458edd9c4be8a067d8ac10f3156a: Unchanged skipping
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 10 / 10, 100%
Elapsed time: 7.3s