Backup with duplicity and hubiC on Alpine
499
Backup files periodically to hubiC with duplicity.
# /config/hubic_credentials
[hubic]
email = xxxxxxxxxxxxxxx
password = xxxxxxxxxxxxxxx
client_id = api_hubic_xxxxxxxxxxxxxxxxxxxx
client_secret = xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
redirect_uri = http://localhost/
# /config/crontab
0 3 * * 6 duplicity full /data cf+hubic://bucket_name
0 3 * * 0-5 duplicity /data cf+hubic://bucket_name
docker run -d -e PASSPHRASE=secret -v /config:/config -v /data:/data viossat/duplicity-hubic
Content type
Image
Digest
Size
34.2 MB
Last updated
over 9 years ago
docker pull viossat/duplicity-hubic