Skip to content

Instantly share code, notes, and snippets.

View samuraee's full-sized avatar
💭
Most likely coding...

Aboozar Ghaffari samuraee

💭
Most likely coding...
View GitHub Profile
@samuraee
samuraee / README.md
Created July 30, 2025 20:44 — forked from kharysharpe/README.md
Hourly and Daily MYSQL Backup / Dump with Retention Period

Steps

Create directories

mkdir -p /backup/mysql/hourly
mkdir -p /backup/mysql/daily

Set permissions on scripts: