Commit caf1702f authored by 智勇's avatar 智勇

update

parent a168e773
......@@ -162,6 +162,7 @@ if [ $use_cache = true ];then
echo "\cp -f $cache_dir/$database_name/* $db_backup_sub_folders/"
\cp -f $cache_dir/$database_name/* $db_backup_sub_folders/
else
file_name=$db_backup_sub_folders/$table_name.sql
for table_name in $sys_table_list
do
echo "mysqldump -u${source_db_user} -p${source_db_pwd} -h${source_db_host} -P${port} $database_name --tables $table_name > $file_name"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment