I am trying to run robocopy to backup my whole harddrive
This what I have so far robocopy f: G:\Backup\f\ /E /R:2 /ZB /DCOPY:T /SL
The problem I have is that I seem to be geting into a loop where is is following the shortcuts and copy that at well and for some reason on the win7 build they are looping untill the path length breaks.
Has anybody got line that wordk or can tell what switch I have wrong?