Skip to content

Instantly share code, notes, and snippets.

@mmkhitaryan
Created May 12, 2026 13:16
Show Gist options
  • Select an option

  • Save mmkhitaryan/d0239992ce7f3d2a66062d9737762a87 to your computer and use it in GitHub Desktop.

Select an option

Save mmkhitaryan/d0239992ce7f3d2a66062d9737762a87 to your computer and use it in GitHub Desktop.
# ~/.config/rclone/rclone.conf
[contabo]
type = s3
provider = Other
access_key_id =
secret_access_key =
endpoint = eu2.contabostorage.com
acl = private
nohup rclone sync /recordings contabo:test \
--transfers 2 \
--checkers 4 \
--s3-upload-concurrency 2 \
--buffer-size 8M \
--bwlimit 20M \
--progress \
--log-file /var/log/rclone.log \
--log-level INFO \
> /dev/null 2>&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment