Created
May 12, 2026 13:16
-
-
Save mmkhitaryan/d0239992ce7f3d2a66062d9737762a87 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # ~/.config/rclone/rclone.conf | |
| [contabo] | |
| type = s3 | |
| provider = Other | |
| access_key_id = | |
| secret_access_key = | |
| endpoint = eu2.contabostorage.com | |
| acl = private |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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