pub(crate) fn export_snapshot_archive(
store: &AtlasStore,
output: &Path,
signing_key: Option<&Path>,
) -> Result<SnapshotExportReport, CliError>Expand description
Export one deterministic tar.zst archive without overwriting an existing path.