![]() |
|
|
|||||||
| Petri.co.il is happy to award auglan the title of Most Valuable Member !!! |
| Register | Calendar |
Search |
Today's Posts |
Mark Forums Read |
| Notices |
|
|
W2003 / Robocopythis thread has 2 replies and has been viewed 619 times
|
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||||||
|
||||||||
|
Howdy,
I have a directory including a 53GB sized file I want to copy from a Buffalo Terastation to a server nightly. The destination is a W2003 server with: C: Drive - 40 GB (2 GB Free) D: Drive - 192GB (64GB Free) Temp and TMP is set to D:\Temp When I copy the file using ROBOCOPY command: ROBOCOPY \\192.168.xxx.xxx\ex_bkp\DayOne \\DestServer\Exch_bkp /MIR /W:10 /R:500 /E The smaller files go off fine. When the 53GB file is copied, I start to get "Running out of space on C: drive" errors on the destination server. Sure enough, if I look at DestServer My Computer, I can see the drive space slowly being eaten up. When at 0 bytes, ROBOCOPY fails, the drive space is freed up and the ROBOCOPY kicks off again and again with the same result. The large file never arrives. It appears the file is being cached on the C: drive, even though I have Temp files set to D: Any inspired thoughts on how I can get this to go through? Cheers. |
|
#2
|
||||||||
|
||||||||
|
Sounds like robocopy doesn't use the %Temp% environment variable you've set, so I'm guessing it's hard-coded to use a specific location on C:\ drive. I've had a look at MS Technet about this command, and there doesn't seem to be a way to specify the temp location.
Maybe it's time to move the server up to a larger C: volume? Since the OS sits on C: and there's only 2Gig free just now, it's past time to change up on the drive! |
|
#3
|
||||||||||
|
||||||||||
|
you might wanna free up the C drive by removeing uninstall files for example. Secondly you could move the page file to gain some more free space.
__________________
Marcel Netherlands http://www.phetios.com http://blog.nessus.nl MCITP(EA, SA), MCSA/E 2003:Security, CCNA, SNAF, DCUCI, CCSA/E/E+ (R60), VCP4/5, NCDA, NCIE - SAN, NCIE - BR, EMCPE No matter how secure, there is always the human factor. |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why won't this robocopy work? | woodgrain | General Scripting | 7 | 26th April 2010 19:36 |
| robocopy help | sayret | Windows Server 2000 / 2003 | 0 | 14th January 2010 13:39 |
| Robocopy options... | paul.killington | Windows Server 2000 / 2003 | 4 | 25th December 2009 02:35 |
| Robocopy on SBS2003 | hfctpl | SBS 2000 / 2003 | 7 | 7th June 2008 15:09 |
| Questions regarding Robocopy | becomingcloser | Windows Server 2000 / 2003 | 4 | 1st May 2008 23:24 |