1
0
mirror of https://github.com/offen/docker-volume-backup.git synced 2025-11-23 21:44:40 +02:00
Files
docker-volume-backup/docs
Esteban Thilliez f76d4fd814 Add optional jittering before any backup actions (#654)
* NEW: Add optional jittering before backing up

* Removed deprecated rand seeding

* Updated BACKUP_JITTER config option doc

* Moved jittering logic from script init to runScript

* Changed formatting of jittering log message
2025-10-17 08:37:14 +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.