NAME_PRE_TOKEN

Constant NAME_PRE_TOKEN 

Source
const NAME_PRE_TOKEN: &str = "-pre-v";
Expand description

Token that separates <channel> from the version segment in snapshot dir names: <channel>-pre-v<code_version>-<ts>.bak. Used by the prune step to extract the timestamp from the filename (more robust than mtime, which can be rewritten by backup tools).