2017-11-08 22:33:13 +01:00
|
|
|
.. zrepl documentation master file, created by
|
|
|
|
sphinx-quickstart on Wed Nov 8 22:28:10 2017.
|
|
|
|
You can adapt this file completely to your liking, but it should at least
|
|
|
|
contain the root `toctree` directive.
|
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
zrepl - ZFS replication
|
|
|
|
-----------------------
|
2017-11-08 22:33:13 +01:00
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
.. ATTENTION::
|
|
|
|
zrepl as well as this documentation is still under active development.
|
|
|
|
It is neither feature complete nor is there a stability guarantee on the configuration format.
|
|
|
|
Use & test at your own risk ;)
|
|
|
|
|
|
|
|
Getting started
|
|
|
|
~~~~~~~~~~~~~~~
|
|
|
|
|
2017-11-09 21:17:09 +01:00
|
|
|
The :ref:`5 minute tutorial setup <tutorial>` gives you a first impression.
|
2017-11-09 20:33:09 +01:00
|
|
|
|
|
|
|
Main Features
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
* Filesystem Replication
|
2017-11-09 21:17:09 +01:00
|
|
|
|
|
|
|
* [x] Local & Remote
|
|
|
|
* [x] Pull mode
|
|
|
|
* [ ] Push mode
|
|
|
|
* [x] Access control checks when pulling datasets
|
|
|
|
* [x] [Flexible mapping]({{< ref "configuration/map_filter_syntax.md" >}}) rules
|
|
|
|
* [x] Bookmarks support
|
|
|
|
* [ ] Feature-negotiation for
|
|
|
|
|
|
|
|
* Resumable `send & receive`
|
|
|
|
* Compressed `send & receive`
|
|
|
|
* Raw encrypted `send & receive` (as soon as it is available)
|
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
* Automatic snapshot creation
|
2017-11-09 21:17:09 +01:00
|
|
|
|
|
|
|
* [x] Ensure fixed time interval between snapshots
|
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
* Automatic snapshot [pruning]({{< ref "configuration/prune.md" >}})
|
2017-11-09 21:17:09 +01:00
|
|
|
|
|
|
|
* [x] Age-based fading (grandfathering scheme)
|
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
* Flexible, detailed & structured [logging]({{< ref "configuration/logging.md" >}})
|
2017-11-09 21:17:09 +01:00
|
|
|
|
|
|
|
* [x] `human`, `logfmt` and `json` formatting
|
|
|
|
* [x] stdout, syslog and TCP (+TLS client auth) outlets
|
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
* Maintainable implementation in Go
|
2017-11-09 21:17:09 +01:00
|
|
|
|
|
|
|
* [x] Cross platform
|
|
|
|
* [x] Type safe & testable code
|
2017-11-08 22:33:13 +01:00
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
Contributing
|
|
|
|
~~~~~~~~~~~~
|
2017-11-08 22:33:13 +01:00
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
We are happy about any help we can get!
|
2017-11-08 22:33:13 +01:00
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
* Explore the codebase
|
|
|
|
* These docs live in the `docs/` subdirectory
|
|
|
|
* Document any non-obvious / confusing / plain broken behavior you encounter when setting up zrepl for the first time
|
|
|
|
* Check the *Issues* and *Projects* sections for things to do
|
|
|
|
|
|
|
|
{{% panel header="<i class='fa fa-github'></i> Development Workflow"%}}
|
|
|
|
[The <i class='fa fa-github'></i> GitHub repository](https://github.com/zrepl/zrepl) is where all development happens.<br />
|
|
|
|
Make sure to read the [Developer Documentation section](https://github.com/zrepl/zrepl) and open new issues or pull requests there.
|
|
|
|
{{% /panel %}}
|
|
|
|
|
|
|
|
Table of Contents
|
|
|
|
~~~~~~~~~~~~~~~~~
|
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
:caption: Contents:
|
2017-11-08 22:33:13 +01:00
|
|
|
|
2017-11-09 20:33:09 +01:00
|
|
|
tutorial
|
|
|
|
installation
|
|
|
|
configuration
|
|
|
|
implementation
|
|
|
|
pr
|