windows-7 – RoboCopy的作业和监控选项

前端之家收集整理的这篇文章主要介绍了windows-7 – RoboCopy的作业和监控选项前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
RoboCopy的工作选项有什么作用? / MON和/ MOT开关究竟做了什么?我该如何使用它们?我不明白它们,也找不到任何关于如何使用它们的例子.
  • /MON:n – MONitor source; run again when more than n changes seen.
  • /MOT:m – MOnitor source; run again in m minutes Time,if changed.

这是否意味着它将首先运行一次,然后在完成后继续运行并在文件结构中某处发生更改或者某些事情发生变化且时间已过时再次运行?

  • /JOB:jobname – take parameters from the named JOB file.
  • /SAVE:jobname – SAVE parameters to the named job file
  • /QUIT – QUIT after processing command line (to view parameters).
  • /NOSD – NO Source Directory is specified.
  • /NODD – NO Destination Directory is specified.
  • /IF – Include the following Files.

什么是工作档案?什么是/ NOSD和/ NODD开关?

Does this mean that it will run one time first and then keep running after it finishes and run again if a change happens somewhere down in the filestructure or when something have changed and a time has passed?

是. / MON计算更改的文件数; / MOT计算时间.

我一直害怕尝试这些选择,因为文档说明如何开始这些工作,而不是如何阻止它们.对于我所知道的一切,它们可能会变成看不见的,不可阻挡的预定任务.

This page表示它会一直运行,直到您中断正在运行的作业,例如,使用control-C.

(作为答案而不是作为评论添加,因为StackExchange不允许我在没有50声誉的情况下写评论,并且在3年后我有1个声誉.)

原文链接:https://www.f2er.com/windows/370661.html

猜你在找的Windows相关文章