mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-23 07:48:04 +01:00
4 lines
173 B
Text
4 lines
173 B
Text
|
#!/bin/bash
|
||
|
set -euo pipefail
|
||
|
/usr/bin/mysqldump --no-tablespaces -u root --password={{ ghost_db_password }} gabnotes_org_prod > /mnt/data/gabnotes.org/db_export/backup.sql
|