mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-06-04 06:17:21 +02:00
* Update set-up-dropbox.md Updated text for explanation of DROPBOX_REMOTE_PATH environment variable usage accordingly to how the Dropbox App was scoped during creation. * Update set-up-dropbox.md Minor style edit * Update index.md Replaced /Apps/my-test-app/some_subdir with /somedir in example value for DROPBOX_REMOTE_PATH environment variable under "Backing up to Dropbox" section, to align with updates done to related "how-to" text
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.