docker-volume-backup/docs
Lennard 3d8960a351
Add "print-config" subcommand (#698)
* 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
2026-01-15 12:29:09 +01:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Add "print-config" subcommand (#698) 2026-01-15 12:29:09 +01:00
recipes Documentation should not mention deprecated version declaration 2025-06-07 16:01:50 +02:00
reference Add "print-config" subcommand (#698) 2026-01-15 12:29:09 +01:00
.gitignore Docs site (#269) 2023-09-16 11:54:39 +02:00
_config.yml Update copyright notices to 2026 (#708) 2026-01-15 12:28:51 +01:00
Gemfile Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile.lock Bump rexml from 3.3.9 to 3.4.2 in /docs (#639) 2025-09-17 19:17:12 +00:00
index.md Be honest about image size in docs 2025-08-04 21:16:40 +02:00
README.md Docs site (#269) 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.