|
@@ -16,6 +16,7 @@ func MoveFromDataToCopy(faultTime string, bagDataDir string, sourceBag string, b
|
|
|
copyCommand = append(copyCommand, sourceBag)
|
|
|
copyCommand = append(copyCommand, targetBag)
|
|
|
_, _, _ = util.Execute("mv", copyCommand...)
|
|
|
+ c_log.GlobalLogger.Infof("移动bag包 【%v】->【%v】", sourceBag, targetBag)
|
|
|
}
|
|
|
|
|
|
func GetCopyDir(bagDataDir string, faultTime string) string {
|