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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -