feat: добавлен лог
This commit is contained in:
@@ -62,6 +62,8 @@ func (app *SpaceWorker) Backup(generateOnly bool, targetHost string, roles ...st
|
||||
return err
|
||||
}
|
||||
|
||||
app.log.Info("Clean Files")
|
||||
|
||||
command = exec.Command("/bin/bash", "-c", postBackupFile+"_clean")
|
||||
command.Dir = app.workDir
|
||||
command.Stdin = os.Stdin
|
||||
|
||||
Reference in New Issue
Block a user