My documents auto backup, how?

As said, use Robocopy. I have it running as a Logoff script, adds 10 seconds or so to my shutdown time but well worth it.

I use the following command line options:
/MIR /B /NDL /LOG:"%server%\Log.txt"
 
Back
Top Bottom