Schedule a Batch Job Create a new batch job via FreeFileSync's main dialog: Menu → File → Save as a batch job... By default, FreeFileSync will show a progress dialog during synchronization and will wait while the results dialog is shown. If the prog
第一种:新建批处理文件 backup.dat,里面输入以下代码: 代码如下 复制代码 net stop mysql xcopy "C:/Program Files/MySQL/MySQL Server 5.0/data/piaoyi/*.*" D:/db_backup/%date:~0,10%/ /y net start mysql 注意:批处理命令中路径里有空格的话,必须在路径上加上双引号! 然后使用Windows的"计划任务"定时执行该批处理脚本即可.(例如: