Skip to content
Szum123321 edited this page Nov 6, 2022 · 3 revisions

Commands look like that: /backup <operation> [args]

Available operations are:

  • start - just starts a backup. You can add comment* to file by just typing it after command. For example: /backup start FabricIsGreat
  • restore - restores backup. Note: current world can be also be backed up, just in case, and you can add comment to it.: /backup restore <creation date> [comment]. Since 2.5.0 you can replace creation time parameter with the word latest, to restore the newest backup.
  • killR - terminate current restoration.
  • list - lists all available backups.
  • cleanup - forces cleanup procedure (deletes old backups according to config)
  • delete - deletes given file: /backup delete 2022.07.03_16-29-45
  • whitelist - here you can add, remove and list player that are allowed to run any operation within this mod despite not having high enough permission level
  • blacklist - here you can add, remove and list player that are not allowed to run any operation within this mod despite having high enough permission level
Clone this wiki locally