In Windows 10, I am doing a backup of a drive s:/ to a destination folder (that I did not create) t:/dest with robocopy s:/ t:/dest /s (all but empty folders).
The problem is at the end of the operation, the new folder is not visible in explorer or powershell (ls), however, I can cd to it from powershell or explorer.
I tried to create a new folder from explorer dest2, and then rename dest to dest2, or move dest to dest2, the content is still not visible, and it seems was erased, even though, the freespace of the destination drive did not change. I started the robocopy command again, the created folder became unvisible again.
The destination folder is not hidden.
What is happening? How can I make the destination folder visible?