码迷,mamicode.com
首页 > 其他好文 > 详细

robocopy

时间:2015-05-11 12:25:48      阅读:119      评论:0      收藏:0      [点我收藏+]

标签:

/mov 
Moves files, and deletes them from the source after they are copied.
 
/move
Moves files and directories, and deletes them from the source after they are copied.
 
/maxage:<N>
Specifies the maximum file age (to exclude files older than N days or date).
 
/minage:<N>
Specifies the minimum file age (exclude files newer than N days or date).
 
robocopy "C:\IPM6.3\IPM\trace" "E:\backup\ /mov /minage:20110731
基于文件夹拷贝
robocopy.exe /E "D:\Output\2009"  "\\192.168.1.1\backup\Output\2009" /move

 

robocopy

标签:

原文地址:http://www.cnblogs.com/storymedia/p/4493924.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!