From 18d2e4d06bb69f7ed611807e37be809128b94fd3 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Thu, 25 Sep 2025 21:29:39 +0300 Subject: [PATCH] Comment on backuper --- db_backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/db_backup.sh b/db_backup.sh index 55c7b94..af1bd55 100644 --- a/db_backup.sh +++ b/db_backup.sh @@ -1 +1,3 @@ +#! /bin/bash +# Backup database mysqldump -utestuser -pT38tU83r69 testposts > test_posts_backup.sql