Sign inSign up

dschoen/duplicity-cron

By dschoen

Updated about 9 years ago

Start duplicity as a cron job for all volumes mounted under /mnt

Image
0

1.1K

dschoen/duplicity-cron repository overview

Duplicity cron on Docker

This image runs duplicity as a Cron-Job on Ubuntu 15.10.

Use with Amazon Drive

First generate an oauth Token:

docker run -it --rm --entrypoint bash thomass/duplicity setup_amazon_oauth

Write the {"access_token":...} part into a file and mount this file as volume on further executions:

docker run --rm -v /path/to/token:/root/.duplicity_ad_oauthtoken.json ... thomass/duplicity ....

Licence

The whole repository is licenced under BSD. Please mention following: github.com/dsgrafiniert (dominik at familie-schoen.com)

it is based on ThomasSteinbach/docker-duplicity github.com/ThomasSteinbach (thomass at aikq.de)

Tag summary

Content type

Image

Digest

Size

104.3 MB

Last updated

about 9 years ago

docker pull dschoen/duplicity-cron