{
  "name": "Hermes Backup Daily",
  "nodes": [
    {
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "hours",
              "hoursInterval": 24
            }
          ]
        }
      },
      "id": "cron_daily",
      "name": "Daily Trigger",
      "type": "n8n-nodes-base.cron",
      "typeVersion": 1,
      "position": [320, 300]
    },
    {
      "parameters": {
        "command": "cd /automation/workspace/Operation/hermes-backup && /bin/sh scripts/hermes-backup.sh"
      },
      "id": "local_backup",
      "name": "Run Backup",
      "type": "n8n-nodes-base.executeCommand",
      "typeVersion": 1,
      "position": [620, 300]
    }
  ],
  "connections": {
    "Daily Trigger": {
      "main": [
        [
          {
            "node": "Run Backup",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "timezone": "UTC"
  },
  "staticData": {},
  "pinData": {},
  "meta": {
    "templateCredsSetupCompleted": false
  },
  "active": false
}
