K
King555a
I want to create a backup with the "robocopy" command.I created a local directory with several junction points (which all point to the different folders I want to backup) and a network drive, which is a SMB share on the Internet (cloud hosting provider).I use this command:robocopy D:\backup\ M:\ /COPYAT /DCOPYAT /MIR /COMPRESS /R:2 /W:1 /UNICODE /FFT /DST /UNILOG:\backup.log /TEE /LThis does only list the files which would be synchronized. It takes more than 25 minutes. Doing the same sync with "TotalCommander" takes only 6 minutes. There are 212,142 files.Is this normal for robocopy? Or
Continue reading...
Continue reading...