Files
Frederik Ring 2bfd05b4ac Drive ID needs to be set for shared drives (#784)
* Drive ID needs to be set for shared drives

* Explicitly set corpora value

* Consider Team Drive ID when determining DestinationPath

* Revert "Consider Team Drive ID when determining DestinationPath"

This reverts commit e991fdd46f.

* Update docs
2026-06-27 16:13:16 +02:00
..
2023-09-16 11:54:39 +02:00
2026-04-20 20:36:57 +02:00
2023-09-16 11:54:39 +02:00
2023-09-16 11:54:39 +02:00
2026-03-16 20:10:15 +01: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.