1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-06-09 14:17:27 +02:00
Dan 152413b8bd
Update encrypt-backups.md (#550)
Updated docs to reflect changes made in #530
2025-03-03 07:16:23 +01:00
..
2023-09-16 11:54:39 +02:00
2025-03-03 07:16:23 +01: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

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.