Erasing old folders when moving folders/files with Robocopy -
i using robocopy archive files/folders on x days on our server , finding filters must not correctly set. move executes correctly, old folders left on source server once move complete, leaving me many empty folders , subfolders. here script:
robocopy "source" "destination" /dcopy:t /tee /mt:16 /move /minage:120 /log+:log.txt
what missing?
you need /e copy (empty) subfolders
http://ss64.com/nt/robocopy.html
Comments
Post a Comment