fix gs_backup to restore app file

This commit is contained in:
zhengxue
2020-12-27 17:37:24 +08:00
parent 7797c794f1
commit 868f8b7355

View File

@ -75,7 +75,7 @@ class BackupImplOLAP(BackupImpl):
hostName = DefaultValue.GetHostIpOrName()
# Obtain the name of binary_hostname.tar on local node
binTarName = "binary_%s.tar" % hostName
# Obtain the name of binary_hostname.tar on local node
# Obtain the path of binary_hostname.tar on local node
tarName = os.path.join(self.context.backupDir, binTarName)
# Decompress binary_hostname.tar on local node