Add maintain log in scheduled mode

This commit is contained in:
2024-07-28 16:59:26 +02:00
parent 117fdbde82
commit 0aa38eec20
7 changed files with 54 additions and 15 deletions

View File

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