(composeCtx *composeBackupContext)
| 518 | } |
| 519 | |
| 520 | func stepPackComposeBackup(composeCtx *composeBackupContext) error { |
| 521 | return composeCtx.fileOp.TarGzCompressPro(true, composeCtx.tmpDir, composeCtx.filePath, composeCtx.req.Secret, "") |
| 522 | } |
| 523 | |
| 524 | func newComposeRecoverContext(req dto.CommonRecover) (*composeRecoverContext, error) { |
| 525 | tmpDir := path.Join(path.Dir(req.File), strings.TrimSuffix(path.Base(req.File), ".tar.gz")) |
no test coverage detected