From: Yu Watanabe Date: Sun, 24 Jan 2016 06:54:05 +0000 (+0900) Subject: journal-remote: add an example to man X-Git-Tag: v229~94^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e6b6225e3b7f897fe30acc57bfbe82af1c8514fd;p=thirdparty%2Fsystemd.git journal-remote: add an example to man --- diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml index ebaca2657f4..3899f175d48 100644 --- a/man/systemd-journal-remote.xml +++ b/man/systemd-journal-remote.xml @@ -293,15 +293,24 @@ journalctl -o export | systemd-journal-remote -o /tmp/dir - - Retrieve events from a remote + Retrieve all available events from a remote systemd-journal-gatewayd8 instance and store them in - /var/log/journal/some.host/remote-some~host.journal: + /var/log/journal/remote/remote-some.host.journal: systemd-journal-remote --url http://some.host:19531/ - + + Retrieve current boot events and wait for new events from a remote + systemd-journal-gatewayd8 + instance, and store them in + /var/log/journal/remote/remote-some.host.journal: + +systemd-journal-remote --url http://some.host:19531/entries?boot&follow + + + See Also