gooner_47

Members
  • Posts

    54
  • Joined

  • Last visited

Community Answers

  1. gooner_47's post in Directory Created by Robocopy is Not Visible in Windows Explorer was marked as the answer   
    This is a Robocopy issue. Ran the following command and all was fine, the destination folder didn't "disappear". Key part is the "/A-:SH" flag at the end.
     
    robocopy /E /R:5 /W:2 "D:" "\\NEBULA\Backups\FiLaptop\New 06-01-2023" /XF ._Thumbs.db /XD "D:\$RECYCLE.BIN" /A-:SH  
    Stackoverflow post
     
    Blog post with the solution to "unhide" the folder again, and the flag to add to robocopy command to prevent this happening in the first place