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.
- Host: GitHub
- URL: https://github.com/mitar/docker-tumblr-backup
- Owner: mitar
- Created: 2017-05-16T09:18:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T07:34:13.000Z (about 9 years ago)
- Last Synced: 2025-06-11T18:15:53.070Z (about 1 year ago)
- Topics: backup, docker, docker-image, rdiff-backup, tumblr
- Language: Shell
- Homepage: https://hub.docker.com/r/mitar/tumblr-backup/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.