Skip to content

Backup folder layout

Backups are stored under:

plugins/Mina/ConfigGuard/backups//

Each backup folder contains:

  • meta.json

    • Backup metadata used by list, diff and restore
  • payload/

    • Actual backed up files
    • Stored relative to server root (unix-style paths)
  • locked-files.txt (optional)

    • Present when FULL backup skipped locked files (Windows)
    • Contains count and file list

Additional marker files may exist in the future (for example warnings.txt).