diff --git a/Makefile-man.am b/Makefile-man.am
index 3462c2a8741..4339e502252 100644
--- a/Makefile-man.am
+++ b/Makefile-man.am
@@ -1247,7 +1247,8 @@ endif
if HAVE_MICROHTTPD
MANPAGES += \
man/systemd-journal-gatewayd.service.8 \
- man/systemd-journal-remote.8
+ man/systemd-journal-remote.8 \
+ man/systemd-journal-upload.8
MANPAGES_ALIAS += \
man/systemd-journal-gatewayd.8 \
man/systemd-journal-gatewayd.socket.8
@@ -1621,6 +1622,7 @@ EXTRA_DIST += \
man/systemd-initctl.service.xml \
man/systemd-journal-gatewayd.service.xml \
man/systemd-journal-remote.xml \
+ man/systemd-journal-upload.xml \
man/systemd-journald.service.xml \
man/systemd-localed.service.xml \
man/systemd-logind.service.xml \
diff --git a/man/systemd-journal-remote.xml b/man/systemd-journal-remote.xml
index a6e67e58417..41077144180 100644
--- a/man/systemd-journal-remote.xml
+++ b/man/systemd-journal-remote.xml
@@ -44,14 +44,14 @@ along with systemd; If not, see .
systemd-journal-remote
- Stream journal messages over the network
+ Receive journal messages over the networksystemd-journal-remoteOPTIONS
- -o/--output=DIR|FILE
+ -o/--output=DIR|FILESOURCES
@@ -320,9 +320,10 @@ systemd-journal-remote --url http://some.host:19531/
See Also
+ systemd-journal-upload8,
journalctl1,
systemd-journald.service8,
- systemd-journal-gatewayd.service8.
+ systemd-journal-gatewayd.service8
diff --git a/man/systemd-journal-upload.xml b/man/systemd-journal-upload.xml
new file mode 100644
index 00000000000..ca251c6cdd3
--- /dev/null
+++ b/man/systemd-journal-upload.xml
@@ -0,0 +1,193 @@
+
+
+
+
+
+
+
+
+ systemd-journal-upload
+ systemd
+
+
+
+ Developer
+ Zbigniew
+ Jędrzejewski-Szmek
+ zbyszek@in.waw.pl
+
+
+
+
+
+ systemd-journal-upload
+ 8
+
+
+
+ systemd-journal-upload
+ Send journal messages over the network
+
+
+
+
+ systemd-journal-upload
+ OPTIONS
+ -u/--url=URL
+ SOURCES
+
+
+
+
+ Description
+
+
+ systemd-journal-upload will upload journal
+ entries to the URL specified with . Unless
+ limited by one of the options specified below, all journal
+ entries accessible to the user the program is running as will be
+ uploaded, and then the program will wait and send new entries
+ as they become available.
+
+
+
+
+ Options
+
+
+
+
+
+
+
+ Upload to the specified
+ address. URL may specify either
+ just the hostname or both the protocol and
+ hostname. https is the default.
+
+
+
+
+
+
+
+ Limit uploaded entries to entries from system
+ services and the kernel, or to entries from services of
+ current user. This has the same meaning as
+ and options
+ for
+ journalctl1. If
+ neither is specified, all accessible entries are uploaded.
+
+
+
+
+
+
+
+ Upload entries interleaved from all available
+ journals, including other machines. This has the same meaning
+ as option for
+ journalctl1.
+
+
+
+
+
+
+ Takes a directory path as argument. Upload
+ entries from the specified journal directory
+ DIR instead of the default runtime
+ and system journal paths. This has the same meaning as
+ option for
+ journalctl1.
+
+
+
+
+
+
+ Takes a file glob as an argument. Upload
+ entries from the specified journal files matching
+ GLOB instead of the default runtime
+ and system journal paths. May be specified multiple times, in
+ which case files will be suitably interleaved. This has the same meaning as
+ option for
+ journalctl1.
+
+
+
+
+
+
+ Upload entries from the location in the
+ journal specified by the passed cursor. This has the same
+ meaning as option for
+ journalctl1.
+
+
+
+
+
+ Upload entries from the location in the
+ journal after the location specified by
+ the this cursor. This has the same meaning as
+ option for
+ journalctl1.
+
+
+
+
+
+ =PATH
+
+ Upload entries from the location in the
+ journal after the location specified by
+ the cursor saved in file at PATH
+ (/var/lib/systemd/journal-upload/state by default).
+ After an entry is successfully uploaded, update this file
+ with the cursor of that entry.
+
+
+
+
+
+
+
+
+
+ Exit status
+
+ On success, 0 is returned; otherwise, a non-zero
+ failure code is returned.
+
+
+
+ See Also
+
+ systemd-journal-remote8,
+ journalctl1,
+ systemd-journald.service8,
+ systemd-journal-gatewayd.service8
+
+
+