22 lines
711 B
PHP
22 lines
711 B
PHP
<?php
|
|
// OPUS5 PROMOTED 2026-04-19T16:02:51+00:00
|
|
return array (
|
|
'name' => 'backupcron',
|
|
'triggers' =>
|
|
array (
|
|
0 => 'backupcron',
|
|
1 => 'backupcron',
|
|
2 => 'agent backupcron',
|
|
3 => 'invoque backupcron',
|
|
),
|
|
'cmd' => 'echo {"agent":"BackupCron","slug":"backupcron","status":"registered","ts":"\\$(date -Iseconds)"}',
|
|
'status' => 'EXECUTED',
|
|
'created_at' => '2026-04-19T17:50:00+00:00',
|
|
'source' => 'opus-wire-v26-b2-truth-registry',
|
|
'description' => 'BackupCron agent (cron ) from truth registry',
|
|
'role' => 'cron',
|
|
'executed_at' => '2026-04-19T16:02:51+00:00',
|
|
'out_preview' => '{agent:BackupCron,slug:backupcron,status:registered,ts:$(date -Iseconds)}',
|
|
'ms' => 3.0,
|
|
);
|