summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/abrt-FileTransfer.7
diff options
context:
space:
mode:
authorDaniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com>2009-06-16 13:55:59 +0200
committerDaniel Novotny <dnovotny@dhcp-lab-180.englab.brq.redhat.com>2009-06-16 13:55:59 +0200
commita4399f13dbb85e9e64ba6e36957e46f33e293371 (patch)
tree91415fe0ab72e31454ba0df98eaba154432ef753 /lib/Plugins/abrt-FileTransfer.7
parent43480d99a2350216cc317caae0e7572084faffec (diff)
downloadabrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.tar.gz
abrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.tar.xz
abrt-a4399f13dbb85e9e64ba6e36957e46f33e293371.zip
new manual pages
Diffstat (limited to 'lib/Plugins/abrt-FileTransfer.7')
-rw-r--r--lib/Plugins/abrt-FileTransfer.79
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/Plugins/abrt-FileTransfer.7 b/lib/Plugins/abrt-FileTransfer.7
index 3004e88..c2c2ac7 100644
--- a/lib/Plugins/abrt-FileTransfer.7
+++ b/lib/Plugins/abrt-FileTransfer.7
@@ -5,7 +5,7 @@ FileTransfer plugin for abrt(8)
.P
.I abrt
is a daemon which watches for application crashes. When a crash occurs,
-it collects the crash data and does some actions according to
+it collects the crash data and performs some actions according to
the configuration. This manual page describes the \fIFileTransfer\fP plugin
for \fIabrt\fP.
.P
@@ -31,7 +31,8 @@ sent in the time the machine is busy working, you want
to send everything in some more quiet time (at night, perhaps)
and schedule this in the \fI[cron]\fP section of \fIabrt.conf\fP.
.SH CONFIGURATION
-The \fIFileTransfer.conf\fP configuration file contains the following:
+The \fIFileTransfer.conf\fP configuration file contains
+several entries in a format "Option = Value". The options are:
.SS URL
The URL of the server, where the crash should
be transfered, specifying the protocol, the path,
@@ -60,10 +61,11 @@ option specifies the time in seconds. The default is
.br
RetryDelay = 20
.SH EXAMPLES
+.P
Typical configuration in \fIabrt.conf\fP. The crash is stored
each time it happens and on midnight, all the crash data
is transferred to a central server.
-.br
+.P
[common]
.br
ActionsAndReporters = FileTransfer("store")
@@ -77,4 +79,3 @@ ActionsAndReporters = FileTransfer("store")
.IR abrt-plugins (7)
.SH AUTHOR
Written by Daniel Novotny <dnovotny@redhat.com>.
-