docker-volume-backup/docs
J. Zebedee f97ce11734
Add "none" compression type (#457)
* Add "none" compression type

* Add "none" compression to docs

* Use passThroughWriteCloser for "none" compression

* Add test for none compression

---------

Co-authored-by: Frederik Ring <frederik.ring@gmail.com>
2024-08-11 10:11:09 +02:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Bump shoutrrr to version 0.8 (#450) 2024-07-31 21:58:24 +02:00
recipes Allow backup to be run as non-root user 2024-02-22 17:42:53 +01:00
reference Add "none" compression type (#457) 2024-08-11 10:11:09 +02:00
_config.yml Update author reference in license statements (#393) 2024-03-15 11:42:22 +01:00
.gitignore Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile Docs site (#269) 2023-09-16 11:54:39 +02:00
Gemfile.lock Bump rexml from 3.2.8 to 3.3.3 in /docs (#451) 2024-08-02 06:35:44 +00:00
index.md Document EXEC_LABEL behavior in conjunction with conf.d 2024-03-04 20:31:11 +01: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.