robocopy

/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.3IPM	race" "E:ackup /mov /minage:20110731
基于文件夹拷贝
robocopy.exe /E "D:Output2009"  "\192.168.1.1backupOutput2009" /move
原文地址:https://www.cnblogs.com/storymedia/p/4493924.html