RunDeck Backups
Adapted from here: https://docs.rundeck.com/docs/administration/maintenance/backup.html
We will use the rd tool to access the RunDeck API and export the project job list.
1. Execute this, to export the project and job list:
rd jobs list -f /projects/rundeck_backups/jobs.xml -p ansible-test
2. Stop the server:
rundeckd stop