1
Add the remote
Create an S3 remote with your HubforHost endpoint URL.
[hubforhost-s3]
type = s3
provider = Other
env_auth = false
access_key_id = YOUR_ACCESS_KEY
secret_access_key = YOUR_SECRET_KEY
endpoint = https://YOUR_S3_ENDPOINT
acl = privateCreate an S3 remote with your HubforHost endpoint URL.
[hubforhost-s3]
type = s3
provider = Other
env_auth = false
access_key_id = YOUR_ACCESS_KEY
secret_access_key = YOUR_SECRET_KEY
endpoint = https://YOUR_S3_ENDPOINT
acl = privateRun a multi-threaded sync of your backup directory to the bucket.
rclone sync /var/cpanel/backups hubforhost-s3:my-bucket --transfers 8 --checkers 16 --fast-list