table of contents
REPORTER-UPLOAD(1) | LIBREPORT MANUAL | REPORTER-UPLOAD(1) |
NAME¶
reporter-upload - Uploads compressed tarball of problem directory.
SYNOPSIS¶
reporter-upload [-c CONFFILE]... [-d DIR] [-u URL] [-b FILE] [-r FILE]
DESCRIPTION¶
The tool is used to create a compressed tarball of the problem directory and upload it to a URL. Supported protocols include FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP and FILE.
Configuration file¶
Configuration file contains entries in a format "Option = Value".
The options are:
URL
SSHPublicKey
SSHPrivateKey
Integration with ABRT events¶
reporter-upload can be used as a reporter, to allow users to upload compressed tarballs of dump directiories to a configured URL. This usage can be configured in /etc/libreport/report_event.conf:
EVENT=report_Upload reporter-upload
It can be also used on the post-create event to upload it automatically.
EVENT=post-create reporter-upload
OPTIONS¶
-d DIR
-c CONFFILE
-u URL
-b, --pubkey FILE
-r, --key FILE
ENVIRONMENT VARIABLES¶
Environment variables take precedence over values provided in the configuration file.
Upload_URL
Upload_SSHPublicKey
Upload_SSHPrivateKey
FILES¶
/etc/libreport/plugins/upload.conf
SEE ALSO¶
uploader_event.conf(5), report_uploader.conf(5)
AUTHORS¶
NOTES¶
- 1.
- file.tar.gz
06/22/2018 | LIBREPORT 2.0.9.1 |