Start duplicity as a cron job for all volumes mounted under /mnt
1.1K
This image runs duplicity as a Cron-Job on Ubuntu 15.10.
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 ....
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)
Content type
Image
Digest
Size
104.3 MB
Last updated
about 9 years ago
docker pull dschoen/duplicity-cron