#rclone config for ontap s3
1 messages · Page 1 of 1 (latest)
[source]
type = s3
provider = Other
endpoint = https://ip_or_dns_resolved
access_key_id = key1
secret_access_key = secret1
[target]
type = s3
provider = Other
endpoint = https://ip_or_dns_resolved
access_key_id = key2
secret_access_key = secret2
rclone sync source:b1 target:b2 --progress --checkers 100 --transfers 100
there are ex in the official doc
Rclone Usage