Skip to main content

qbarchive

Description

qbarchive can be used to save a job to disk instead of submitting it to the supervisor. There are two formats, binary (.qja), and XML (.xja).

Usage qbarchive [options] archivefile...

where archivefile is a Qube archive file, followed by 0 or more other archive files. Qube archive file typically end with the suffix "arc" or "qja."

Options

OptionDescription
--longDisplay archive with additional detail
--delimit charFormat output with char delimiter
--xmlOutput in XML format
--helpCommand help
--versionCommand version

Examples

Notes

qbarchive is commonly used by a developer during development of a custom Qube! jobtype to save jobs to disk instead of submitting them to the supervisor.

See Also

Developing custom Qube! jobtypes