Files
Zilant2025/db_backup.sh
T
2025-09-25 21:29:39 +03:00

4 lines
100 B
Bash

#! /bin/bash
# Backup database
mysqldump -utestuser -pT38tU83r69 testposts > test_posts_backup.sql