Home Forums SQL Server 2005 Backups How to RoboCopy backup files between servers RE: How to RoboCopy backup files between servers

  • I use the follow sentence:

    Robocopy e:\mssql\backup\bkAP.bak \\DestinationServer\f$\mssql\backup\bkAP.bak /MIR /SEC /Log:c:\temp\bkAP.log

    The parameter /log if because I have a script that check if the robocopy has finish OK.

    I hope that this POST results OK

    Carlos Campos

    System Adminstrator & now DBA Admin..