0

I need to sync several hundred GBs of data from a Windows 2003 server to a Windows 2012 R2 server. I originally thought of using Rsync via my Linux box but Googling an answer showed me Robocopy and XXCopy. Well, XXCopy wants money and the Windows Resource Kit Tools won't install on my 2003 server (corrupted cabinet file error).

Suggestions?

PS I know nothing of cygwin.

2 Answers2

3

Just initiate the robocopy from your 2012 R2 server. You don't need to install anything on 2003.

MDMarra
  • 100,183
  • 32
  • 195
  • 326
  • Thanks. It seemed to work fine once I got the permissions straightened out and figured out I had to run the terminal as an administrator. – Clayton Tavernier Jun 28 '17 at 18:40
  • Additional question: if I want an incremental backup (the 2003 server is going away eventually and I want the 2012 server ready to take over), do I want to mirror or just copy? – Clayton Tavernier Jun 28 '17 at 19:17
  • @ClaytonTavernier mirror, /mir, especialy when your source folder is big like in your case – yagmoth555 Jun 29 '17 at 11:37
0

If your domain schema is not much updated, use a DFS, its builtin to sync folder.

yagmoth555
  • 16,300
  • 4
  • 26
  • 48