用bat批处理调用FastCopy;然后用系统自带的“任务计划程序”设置执行计划;
bat文件:关键点,bat文件放软件目录下;编码方式为UTF-8;红色文字为需要修改的部分;
路径貌似不支持中文(中文没成功);
"d:\Users\he\FastCopy\fastcopy.exe" 为FastCopy软件路径
/open_window运行时打开软件界面;
/force_close结束关闭软件界面;
/filelog记录日志;
"d:\11"为源路径;
"\\192.168.0.176\server_sys_back\011\"为目标路径;
相关命令在帮助文档有(英文/日文)
复制以下文本即可;
rem ***************************************
rem file: 路径暂时不支持中文
rem function: 利用fastcopy同步备份文件
rem cmd模式为同步cync
rem .
"d:\Users\he\FastCopy\fastcopy.exe" /cmd=sync /open_window /filelog /stream /force_close "d:\11" /to="\\192.168.0.176\server_sys_back\011\"
任务计划
标签:bat,备份,路径,rem,自动,fastcopy,FastCopy,软件 From: https://www.cnblogs.com/hean2020/p/16899677.html