|
|
|
@ -188,6 +188,7 @@ def backupAllFunc(stype): |
|
|
|
|
|
|
|
|
|
args = stype + " " + name + " " + num |
|
|
|
|
cmd = 'python3 ' + mw.getRunDir() + '/scripts/backup.py ' + args |
|
|
|
|
if stype == 'database': |
|
|
|
|
find_path = mw.getBackupDir() + '/' + stype + '/' + \ |
|
|
|
|
prefix_dict[stype] + '_' + name |
|
|
|
|
|
|
|
|
|