1REPORTER-UPLOAD(1)             LIBREPORT MANUAL             REPORTER-UPLOAD(1)
2
3
4

NAME

6       reporter-upload - Uploads compressed tarball of problem directory.
7

SYNOPSIS

9       reporter-upload [-c CONFFILE]... [-d DIR] [-u URL] [-b FILE] [-r FILE]
10

DESCRIPTION

12       The tool is used to create a compressed tarball of the problem
13       directory and upload it to a URL. Supported protocols include FTP,
14       FTPS, HTTP, HTTPS, SCP, SFTP, TFTP and FILE.
15
16   Configuration file
17       Configuration file contains entries in a format "Option = Value".
18
19       The options are:
20
21       URL
22           The URL where tarball should be uploaded.
23
24       SSHPublicKey
25           The SSH public key.
26
27       SSHPrivateKey
28           The SSH private key.
29
30   Integration with ABRT events
31       reporter-upload can be used as a reporter, to allow users to upload
32       compressed tarballs of problem directories to a configured URL. This
33       usage can be configured in /etc/libreport/report_event.conf:
34
35           EVENT=report_Upload reporter-upload
36
37       It can be also used on the post-create event to upload it
38       automatically.
39
40           EVENT=post-create reporter-upload
41

OPTIONS

43       -d DIR
44           Path to problem directory.
45
46       -c CONFFILE
47           Path to configuration file. When used in ABRT event system, the
48           file contains site-wide configuration. Users can change the values
49           via environment variables.
50
51       -u URL
52           The URL where tarball should be uploaded. URL should have form
53           protocol://[user[:pass]@]host/dir/[file.tar.gz] where protocol can
54           be http(s), ftp, scp, or file. File protocol can’t have user and
55           host parts: file.tar.gz[1]. If URL ends with a slash, the archive
56           name will be generated and appended to URL; otherwise, URL will be
57           used as full file name.
58
59       -b, --pubkey FILE
60           Set SSH public key file.
61
62       -r, --key FILE
63           Set SSH private key file.
64

ENVIRONMENT VARIABLES

66       Environment variables take precedence over values provided in the
67       configuration file.
68
69       Upload_URL
70           The URL where should be the tarball uploaded.
71
72       Upload_Username
73           User name for the upload URL
74
75       Upload_Password
76           Password for the upload URL
77
78       Upload_SSHPublicKey
79           Path to SSH public key file
80
81       Upload_SSHPrivateKey
82           Path to SSH private key file
83

SEE ALSO

85       uploader_event.conf(5)
86

AUTHORS

88       ·   ABRT team
89

NOTES

91        1. file.tar.gz
92           file:///dir/
93
94
95
96LIBREPORT 2.1.11.1                11/13/2018                REPORTER-UPLOAD(1)
Impressum