initial commit
This commit is contained in:
Vendored
+38
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"id": "svc_456",
|
||||
"name": "n8n",
|
||||
"compose_file": "/opt/compose/n8n/docker-compose.yml",
|
||||
"status": "down"
|
||||
}
|
||||
Reference in New Issue
Block a user