We have been using robocopy to replicate files between to local servers in a Windows server 2008 environment. My issue that i'm having is replicating files between two servers on seperate domains. The ...
I'm using robocopy to back up a few workstations. I've got a batch file for each one, something like this:<BR><BR><code>rem NAME: bak_sys1.cmd<BR><BR>robocopy source1 target1<BR>robocopy source2 ...
This is my fourth and final posting in this series. In this last posting I will be wrapping the backup script that we have been working on. Most of this post will be code, so mind the formatting. To ...