table of contents
GETAPPCORE.CONF(5) | Support Utilities Manual | GETAPPCORE.CONF(5) |
NAME¶
/etc/getappcore.conf - getappcore(8) configuration file.
DESCRIPTION¶
/etc/getappcore.conf is a text file. getappcore sources it if available. It must follow bash(1) guidelines.
Lines generally follow the form:
VARIABLE="VALUE"
Unknown VARIABLE values are considered an error.
The defined variables are:
- VERBOSE
- Turns verbose output on and off. Acceptable values are 0 and 1, 0 being the default.
- UPLOAD
- Determines if the application core archive will be uploaded to the UPLOAD_TARGET. Acceptable values are 0 and 1, 0 being the default.
- UPLOAD_TARGET
- The destination URL where the application core archive will be uploaded. The default is the North American SUSE FTP server using HTTPS. If you set UPLOAD_TARGET, the -j and -f will only use the value you set. You can use the European SUSE FTP server by setting one of the following:
UPLOAD_TARGET=${SUSE_UPLOAD_EMEA_HTTPS}
UPLOAD_TARGET=${SUSE_UPLOAD_EMEA_FTPES}
- ARCHIVE_PATH
- The location where the application core archive will be created. The default is /var/log
REPORTING BUGS¶
Please submit bug fixes or comments via: http://en.opensuse.org/Supportutils#Reporting_Bugs
AUTHOR¶
Jason Record <jason.record@suse.com>
SEE ALSO¶
09 Mar 2020 | supportutils |