Skip to content

Commit

Permalink
Merge pull request #71 from jkaninda/docs
Browse files Browse the repository at this point in the history
Update Intro
  • Loading branch information
jkaninda authored Sep 12, 2024
2 parents 9785836 + 5e83967 commit 55f6a11
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pkg/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,8 @@ func scheduledMode(db *dbConfig, storage string) {

}
func intro() {
fmt.Println()
fmt.Println("**********************************")
fmt.Println(" PostgreSQL Backup ")
fmt.Println(" @Copyright © 2024 jkaninda ")
fmt.Println("***********************************")
utils.Info("Starting PostgreSQL Backup...")
utils.Info("Copyright © 2024 Jonas Kaninda ")
}

// BackupDatabase backup database
Expand Down

0 comments on commit 55f6a11

Please sign in to comment.