Function json_job_dispatch::utils::archive_queue [] [src]

pub fn archive_queue<Q, O>(queue: Q, output: O) -> Result<()> where Q: AsRef<Path>, O: AsRef<Path>

Archive the jobs in the given queue into a tarball in the output directory.

Each subdirectory, accept, fail, and reject will be archived separately.