Private
coreCreates a new backup for the server
The name of the Backup
⚠️ This can fail to create a Backup even if the function completes successfully For example, if the backup would exceed the size limit (and the limit is not 0), the system wouldn't know it failed until it hit the limit.
⚠️ "It is recomended to stop your server before starting a backup. Backups created while the server is on can contain corupted data."
Multiple Backups can exist with the same name.
BackupErrorCode If the server returns an error code, it will be thrown verbatim here
Lists all current backups for the server
Generated using TypeDoc
Handles basic server backup tasks, such as creating, restoring, and deleting backups