Function archive_queue

Source
pub fn archive_queue<Q, O>(queue: Q, output: O) -> Result<(), ArchiveQueueError>
where Q: AsRef<Path>, O: AsRef<Path>,
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.