Skip to content

Commit

Permalink
start message
Browse files Browse the repository at this point in the history
  • Loading branch information
eumel8 committed Mar 4, 2024
1 parent 5793f89 commit 4b33b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vcluster-backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ func main() {
signal.Notify(signalCh, os.Interrupt)

// Start a goroutine to perform the backup
log.Println("Start vcluster-backup. Perform the first backup in ", backupInterval, " minute(s)")
go func() {
for {
select {
Expand Down

0 comments on commit 4b33b22

Please sign in to comment.