An open API service indexing awesome lists of open source software.

https://github.com/mitar/docker-tumblr-backup

Docker image providing daily backups of Tumblr blogs.
https://github.com/mitar/docker-tumblr-backup

backup docker docker-image rdiff-backup tumblr

Last synced: about 2 months ago
JSON representation

Docker image providing daily backups of Tumblr blogs.

Awesome Lists containing this project

README

          

This Docker image daily backups whole Tumblr blog. It keeps past versions available as well using
[rdiff-backup](http://www.nongnu.org/rdiff-backup/).

It is configured through an environment variable:
* `TUMBLR_BLOG_NAME` – name of the Tumblr blog to backup

You should make sure you mount backup volume (`/tumblr-backup-history`) so that backup is preserved
when container is recreated. This volume contains the latest backup together with `rdiff-backup`
data for previous versions. `/tumblr-backup` volume contains only the latest backup.