docker-volume-backup/docs
pixxon 1d45062100 Move cron scheduling inside application (#338)
* Move cron scheduling inside application

* Make envvar a fallback and check for errors

* Panic significantly less

* propagate error out of runBackup

* Add structured logging

* FIx error propagation to exit

* Enable the new scheduler by default

* Review fixes

* Added docs and better error propagation
2024-02-12 16:04:12 +01:00
..
_sass/custom Docs site (#269) 2023-09-16 11:54:39 +02:00
how-tos Document socket-proxy permissions, return early when update failed on scaling down (#343) 2024-02-05 14:27:06 +01:00
recipes Improve Swarm support (#333) 2024-01-31 12:17:41 +01:00
reference Move cron scheduling inside application (#338) 2024-02-12 16:04:12 +01:00
_config.yml Docs site (#269) 2023-09-16 11:54:39 +02: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 Docs site (#269) 2023-09-16 11:54:39 +02:00
index.md docs: Update the custom commands documentation (#288) 2023-10-21 08:05:41 +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.