mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 07:18:02 +01:00
3 lines
179 B
Django/Jinja
Executable file
3 lines
179 B
Django/Jinja
Executable file
#!/bin/bash
|
|
set -euo pipefail
|
|
/usr/bin/mysqldump --no-tablespaces -u root --password={{ ghost_setup_db_password }} gabnotes_org_prod > /mnt/data/gabnotes.org/db_export/backup.sql
|