Skip to content

[Task Type] Admin | Export database for backup

Olivier Clavel edited this page Nov 25, 2019 · 2 revisions

Related settings description

Name of task type (in GUI): Admin - Export database for backup
typeId: db.backup
taskProperties:
  location:
    type: string
    description: Path to store backup on filesystem

Example usage (with manual schedule type)

nexus_scheduled_tasks:
  - name: Export db
    typeId: db.backup
    taskProperties:
      location: /tmp/nexusBackup
    task_alert_email: alert@somewhere.info
    schedule_type: manual