Files
2026-07-27 14:42:23 +02:00

39 lines
1.0 KiB
JSON

{
"id": "svc_123",
"name": "postgres",
"compose_file": "/opt/compose/postgres/docker-compose.yml",
"compose_type": "docker compose",
"backup_folder": "/opt/data/containers/postgres",
"status": "up",
"stop_on_backup": true,
"external_backup_stop_minutes": 5,
"external_backup_start_minutes": 2,
"backup": {
"source_path": "/opt/data/containers/postgres",
"targets": [
{
"id": "t1",
"name": "nas-cold",
"method": "restic",
"remote": "sftp:nas-cold:/backups/edge-01",
"params": { "transfers": "4" },
"schedule": "0 2 * * *",
"last_run": "2026-07-26T02:00:00Z",
"next_run": "2026-07-27T02:00:00Z"
}
],
"next_run": "2026-07-27T02:00:00Z",
"last_run": "2026-07-26T02:00:00Z",
"history": [
{
"id": "bex_1",
"timestamp": "2026-07-26T02:00:00Z",
"success": true,
"duration_seconds": 12,
"message": "snapshot 4f2a9c1e created",
"target_id": "t1"
}
]
}
}