chore: migrate backup scheduled mode from linux cron to go cron

This commit is contained in:
Jonas Kaninda
2024-09-28 07:26:33 +02:00
parent 29a58aa26d
commit cbb73ae89b
7 changed files with 137 additions and 117 deletions

View File

@@ -125,3 +125,7 @@ func testDatabaseConnection(db *dbConfig) {
utils.Info("Successfully connected to %s database", db.dbName)
}
func intro() {
utils.Info("Starting MySQL Backup...")
utils.Info("Copyright © 2024 Jonas Kaninda ")
}