Config Commands¶
Manage config backups, diffs, and rollback.
missy config backups¶
List all config backups stored in ~/.missy/config.d/.
Up to 5 backups are retained (oldest pruned automatically).
missy config diff¶
Show unified diff between current config and the latest backup.
missy config plan¶
Preview what changed since the last backup.
missy config rollback¶
Restore config from the latest backup. The current config is backed up first.
Tip
Backups are created automatically whenever the setup wizard or config migration overwrites the config file.