docs: update CLI usage to --mode raw & remove outdated "Limitations" section

fixes https://github.com/zrepl/zrepl/issues/609
This commit is contained in:
Christian Schwarz 2022-06-19 17:10:50 +02:00
parent 43c2a0d9b0
commit 53f9bd6d88
2 changed files with 1 additions and 10 deletions

View File

@ -233,15 +233,6 @@ The ``zrepl zfs-abstraction list`` command provides a listing of all bookmarks a
More details can be found in the design document :repomasterlink:`replication/design.md`.
Limitations
^^^^^^^^^^^
.. ATTENTION::
Currently, zrepl does not replicate filesystem properties.
When receiving a filesystem, it is never mounted (`-u` flag) and `mountpoint=none` is set.
This is temporary and being worked on :issue:`24`.
Caveats With Complex Setups (More Than 2 Jobs or Machines)
----------------------------------------------------------

View File

@ -26,7 +26,7 @@ CLI Overview
* - ``zrepl daemon``
- run the daemon, required for all zrepl functionality
* - ``zrepl status``
- show job activity, or with ``--raw`` for JSON output
- show job activity, or with ``--mode raw`` for JSON output
* - ``zrepl stdinserver``
- see :ref:`transport-ssh+stdinserver`
* - ``zrepl signal wakeup JOB``