Skip to content

Instantly share code, notes, and snippets.

View dsifat's full-sized avatar

Abdullah Sifat dsifat

View GitHub Profile
#!/bin/bash
# Set the database name and the backup file name
DB_NAME="database"
BACKUP_FILE="database_backup.sql"
date=date=$(date '+%Y-%m-%d')
# Set the username and password for the database
DB_USERNAME="username"
DB_PASSWORD="password"