Skip to main content

SEED_ENV_PREFIX

Constant SEED_ENV_PREFIX 

Source
pub const SEED_ENV_PREFIX: &str = "KOPIUR_SEED_";
Expand description

Env-var prefix under which a seeding bootstrap mover receives the seed SOURCE’s credential Secret (envFrom.prefix), the mirror image of DEST_ENV_PREFIX.

The local repository’s own credentials arrive unprefixed (kopia reads the plain names at repository connect and persists them into its config), so the two sides never collide even when both are the same backend family with different keys. A distinct prefix from KOPIUR_DEST_ matters because a single repository can carry BOTH a spec.seed and be a replication source: reusing one prefix would make the two overlays ambiguous.