diff options
author | Baruch Siach <baruch@tkos.co.il> | 2016-12-20 15:59:26 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-20 14:59:26 +0100 |
commit | 72d17ce680a22b958b4c074f62d9fa44bc1f54e0 (patch) | |
tree | cb36032ce5ce46c97553b9ee92e9a8dc49bd358c | |
parent | ce5cbd8679605f3c9220d09c3a184e77bde15e2e (diff) |
man/journalctl: mention systemd-journal-remote(8) (#4929)
Make it easier to figure out how to use the journalctl export format.
-rw-r--r-- | man/journalctl.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/man/journalctl.xml b/man/journalctl.xml index 5e682ea9ec..4282424212 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -319,7 +319,9 @@ text-based) stream suitable for backups and network transfer (see <ulink url="http://www.freedesktop.org/wiki/Software/systemd/export">Journal Export Format</ulink> - for more information).</para> + for more information). To import the binary stream back + into native journald format use + <citerefentry><refentrytitle>systemd-journal-remote</refentrytitle><manvolnum>8</manvolnum></citerefentry>.</para> </listitem> </varlistentry> |