pub fn archive_queue<Q, O>(queue: Q, output: O) -> Result<(), ArchiveQueueError>
Expand description
Archive the jobs in the given queue into a tarball in the output directory.
Each subdirectory, accept
, fail
, and reject
will be archived separately.