//! `obj backup <src> <dest>` — thin wrapper over `Db::backup_to`.
//!
//! Exit codes: 0 on success, 2 on I/O error (including the case
//! where `dest` already exists — see `Db::backup_to` for the
//! exclusive-open contract).
use Path;
use Db;
/// Run `obj backup` and return the process exit code.
pub