python备份文件以及mysql数据库的脚本代码

Impala32351m 15 0 PDF 2020-12-31 07:12:13

复制代码 代码如下: #!/usr/local/python import os import time import string source=[‘/var/www/html/xxx1/’,’/var/www/html/xxx2/’] target_dir=’/backup/’ target=target_dir+time.strftime(‘%Y%m%d’) zip_comm=’zip -r %s %s’%(target,” “.join(source)) target_database=[‘DB_name1′,’DB_name2’] sql_user=’root’ sql_pwd=’x

用户评论
请输入评论内容
评分:
暂无评论