Files
docker-volume-backup/docs
Esteban Thilliez 2d777ad76a Ensure destination exists when using SSH storage (#646)
* Ensure destination exists when using SSH storage

* Import "errors"

* New feature doc
2025-10-08 07:25:19 +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
2025-08-04 21:16:40 +02: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.