Skip to content

Config Commands

Manage config backups, diffs, and rollback.

missy config backups

List all config backups stored in ~/.missy/config.d/.

missy config backups

Up to 5 backups are retained (oldest pruned automatically).

missy config diff

Show unified diff between current config and the latest backup.

missy config diff

missy config plan

Preview what changed since the last backup.

missy config plan

missy config rollback

Restore config from the latest backup. The current config is backed up first.

missy config rollback

Tip

Backups are created automatically whenever the setup wizard or config migration overwrites the config file.