Skip to content

Instantly share code, notes, and snippets.

@pr3d4t0r
Created August 19, 2020 01:24
Show Gist options
  • Save pr3d4t0r/a2904cf06ad3de9d713fb823ab39cc79 to your computer and use it in GitHub Desktop.
Save pr3d4t0r/a2904cf06ad3de9d713fb823ab39cc79 to your computer and use it in GitHub Desktop.
rclone.conf example
[kinabalu-backup]
type = s3
provider = AWS
env_auth = false
access_key_id = A1234567890
secret_access_key = whatever-get-it-from-AWS
region = eu-west-1
location_constraint = eu-west-1
acl = private
storage_class = STANDARD_IA
chunk_size = 8M
upload_concurrency = 2
server_side_encryption = AES256
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment