Sign inSign up

viossat/duplicity-hubic

By viossat

Updated over 9 years ago

Backup with duplicity and hubiC on Alpine

Image
1

498

viossat/duplicity-hubic repository overview

viossat/duplicity-hubic

Backup files periodically to hubiC with duplicity.

  • Alpine-based, 111 MB
  • Duplicity: deduplication, encryption, compression
  • Run via crontab

Usage

# /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

Tag summary

Content type

Image

Digest

Size

34.2 MB

Last updated

over 9 years ago

docker pull viossat/duplicity-hubic