定时循环调用FastCopy自动备份脚本

@echo off

for /l %%i in (1,1,2147483647) do (
    echo %%i
    TIMEOUT /T 180
    "C:\Users\admin\FastCopy\fastcopy.exe" /filelog /cmd=sync /balloon /no_ui /error_stop=FALSE  "E:\" /to="D:\Ramdisk\E"
)

exit

posted @ 2022-06-01 13:52  ChasingDreams  阅读(151)  评论(0编辑  收藏  举报