Update backup.py

This commit is contained in:
Mr Chen 2024-05-11 12:06:59 +08:00
parent 56e75bc4cf
commit 43f21b4d58
1 changed files with 0 additions and 3 deletions

View File

@ -134,9 +134,6 @@ class backupTools:
# mw.execShell(db_path + "/bin/mysqldump --opt --default-character-set=utf8 " +
# name + " | gzip > " + filename)
# mw.execShell(db_path + "/bin/mysqldump --skip-lock-tables --default-character-set=utf8 " +
# name + " | gzip > " + filename)
# mw.execShell(db_path + "/bin/mysqldump --single-transaction --quick --default-character-set=utf8 " +
# name + " | gzip > " + filename)