Settings¶
RSnapshotSettings
dataclass
¶
Configuration for the r-snapshot plugin.
SnapshotMode
¶
Bases: str, Enum
Whether to replay existing snapshots or record new ones.
parse(value)
classmethod
¶
Parse a snapshot mode value from config/CLI.
parse_env_assignments(values)
¶
Parse KEY=VALUE assignments into a dict.