meta data for this page
  •  

This is an old revision of the document!


Activate admin account. Attach the samba drive as a location on admin.

Add the following bat to the startup folder. run→ shell:startup

:TEST
ping -n 1 <Network Server> | find "TTL=" >nul
if errorlevel 1 (
    goto RETRY
) else (
    goto DOSTUFF
)

:RETRY
ping 127.0.0.1 -n 11>nul
goto TEST

:DOSTUFF


cd "C:\Program Files\Dokan\Dokan Library-1.5.0\sample\mirror\"
runas /savecred /user:Administrator "mirror.exe -r \\<Network Server>\backupper -l E"