Add maintaining log in scheduled mode

This commit is contained in:
2024-07-28 22:54:31 +02:00
parent 2e61054334
commit c8e68af09f
5 changed files with 47 additions and 8 deletions

View File

@@ -2,6 +2,8 @@ package pkg
const s3MountPath string = "/s3mnt"
const s3fsPasswdFile string = "/etc/passwd-s3fs"
const cronLogFile = "/var/log/mysql-bkup.log"
const backupCronFile = "/usr/local/bin/backup_cron.sh"
var (
storage = "local"