Update backup.py

pull/149/head
midoks 3 years ago
parent 391d183ce5
commit ee64595e45
  1. 4
      scripts/backup.py

@ -112,8 +112,8 @@ class backupTools:
if len(mycnf) > 100: if len(mycnf) > 100:
mw.writeFile(db_path + '/etc/my.cnf', mycnf) mw.writeFile(db_path + '/etc/my.cnf', mycnf)
# mw.execShell(db_path + "/bin/mysqldump --opt --default-character-set=utf8 " + mw.execShell(db_path + "/bin/mysqldump --opt --default-character-set=utf8 " +
# name + " | gzip > " + filename) name + " | gzip > " + filename)
# mw.execShell(db_path + "/bin/mysqldump --skip-lock-tables --default-character-set=utf8 " + # mw.execShell(db_path + "/bin/mysqldump --skip-lock-tables --default-character-set=utf8 " +
# name + " | gzip > " + filename) # name + " | gzip > " + filename)

Loading…
Cancel
Save