首页 > 其他 > 详细

robocopy

时间:2015-05-11 12:24:00      阅读:130      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!