mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-01-20 21:23:09 +01:00
* Add "show-config" subcommand * Add integration tests * Handle wrong additional args * Support "BackupFilenameExpand" option * Rename to print-config * Remove config nil check as it will never be nil * Rework print config to work with config.resolve() * Use defer unset() * Add warning about feature not being stable yet
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.