Managing Backups
List, rename, duplicate, delete, import, and export your backups.
Last updated on
List your backups
/backup listShows every backup you have access to, with its ID, label, and creation date.
View backup details
/backup info backup_idShows detailed info and a content preview for a specific backup, without restoring anything.
Rename a backup
/backup rename backup_idChanges a backup's reference label — purely cosmetic, doesn't affect its contents.
Duplicate a backup
/backup duplicate backup_idCreates a copy of an existing backup under a new ID, useful before making changes you might want to undo.
Export a backup
/backup export backup_idExports the backup as a JSON file, so you can move it outside Lumière entirely — for cross-server use, or just to keep an offline copy.
Import a backup
/backup import fileImports a backup from a JSON file previously created with /backup export.
Delete a backup
/backup delete backup_idPermanently deletes a single backup. This can't be undone.
Delete all your backups
/backup purge server_filterDeletes every backup you have. Set server_filter to only purge backups originally created from a specific server name, instead of everything.