Skip to content

FAQ

Where are backups stored

plugins/Mina/ConfigGuard/backups/

Each backup contains: - meta.json - payload/

Does /cg list read payload

No.

It reads only meta.json and never reads payload content.

Does /cg diff require payload

  • Structural diff: no
  • Content diff (--content): yes

Is the scheduler parallel

No.

Jobs are executed sequentially by a single worker.

Can shutdown backup and scheduler run together

Yes, but they share the same global lock.

If the lock is busy, shutdown backup may be skipped depending on its timeout.

Why configs-only is the default

Because it is:

  • Faster
  • Safer
  • Smaller
  • Avoids most Windows locked file issues