by Séverin Terrier.
Hi,
I think you can find information in backup/backup.class.php if that can help:
I think you can find information in backup/backup.class.php if that can help:
// Status of the backup_controller
const STATUS_CREATED = 100;
const STATUS_REQUIRE_CONV= 200;
const STATUS_PLANNED = 300;
const STATUS_CONFIGURED = 400;
const STATUS_SETTING_UI = 500;
const STATUS_NEED_PRECHECK=600;
const STATUS_AWAITING = 700;
const STATUS_EXECUTING = 800;
const STATUS_FINISHED_ERR= 900;
const STATUS_FINISHED_OK =1000;
Séverin