Files
Mitchell Michalak 6a83ce4034 Support reading timezone info from env (#748)
* add tzdata package

* updated timezone documentation

* add missing bind-mount from updated docs

* Add timezone deprecation warnings and related logging to backup commands

* fix lint CI job error

* Address PR comments: refactor timezone deprecation warning handling, update docs
2026-04-20 14:10:00 +02:00
..
2023-09-16 11:54:39 +02:00
2023-09-16 11:54:39 +02:00
2023-09-16 11:54:39 +02:00
2026-03-16 20:10:15 +01:00
2023-09-16 11:54:39 +02:00

Documentation site

This directory contains the sources for the documentation site published at https://offen.github.io/docker-volume-backup.

Assuming you have Ruby and bundler installed, you can run the site locally using the following commands:

bundle install
bundle exec jekyll serve

Note that changes in _config.yml require a manual restart to take effect.