Aruba Cloud Object Storage

Hello forum friends, I am attaching the configuration for Aruba Cloud Object Storage.

[arubacloud]
type = s3
provider = Other
env_auth = true
v2_auth = true
access_key_id = username
secret_access_key = password
acl = private
endpoint = r1-it.storage.cloud.it
region = other-v2-signature
location_constraint = R1-IT
disable_checksum = false

I use this configuration to synchronize files

rclone sync --exclude={*.bak,*.??$,*.~*,*.chk,*.fts,*.gid,*.tmp,~*.*,*.??~,*.swp,*.lnk,*.part} --update --verbose --transfers 30 --checkers 8 --contimeout 60s --timeout 300s --retries 3 --low-level-retries 10 --stats 1s --log-file /tmp/name_log.log "/name_folder_source" "arubacloud:name_ bucket"

It works great, I wanted to share my configuration
By Cliccasu

3 Likes

Thanks for sharing :slight_smile:

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