powershell - Created copy taking too much free space -


i found problem using robocopy in powershell. used tool backup files 1 disk (around 220gb) using command:

robocopy $source $destination /s /mt:8 

the problem created copy took lot of free space in destination location (i stopped making backup when reached around 850gb). know why has happened?

may there're loops involved. robocopy has

ability skip ntfs junction points can cause copying failures because of infinite loops

try run /xj flag or list/log files copied check loops

see robocopy help , post it

up faces same problem:

there infinite loops found using windirstat. application data/documments , settings/users folders


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -