mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-05-24 14:01:19 +02:00
GPG is known to have usability issues and is generally cumbersome to use. age [0] is a modern alternative to GPG that is designed by a cryptographer that has worked and continues to work on Golang's crypto packages for years. Allowing age to be used to encrypt backups dramatically simplifies the backup process. [0]: https://age-encryption.org/
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.