4 lines
100 B
Bash
4 lines
100 B
Bash
#! /bin/bash
|
|
# Backup database
|
|
mysqldump -utestuser -pT38tU83r69 testposts > test_posts_backup.sql
|