Moving stuff around
Moderator: Forum Moderators
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
Moving stuff around
Im fast running out of space on my server, so im gonna be putting togethter another raid array.
The problem being i dont think that windows itself is very good at stable and fault tolerant file transfers.
Soes anyone know of any decent (tried and tested) bit of software that will safely move about large chunks of data without screwing up or dropping out if by some freak occurance the machine crashes or the UPS blows up or something while its transfering.
/edit
should mention, its windows server'03
The problem being i dont think that windows itself is very good at stable and fault tolerant file transfers.
Soes anyone know of any decent (tried and tested) bit of software that will safely move about large chunks of data without screwing up or dropping out if by some freak occurance the machine crashes or the UPS blows up or something while its transfering.
/edit
should mention, its windows server'03
-
- Site Owner
- Posts: 9597
- Joined: May 16th, 2005, 15:31
- Location: Coventry, UK
- Contact:
-
- Morbo
- Posts: 19676
- Joined: December 10th, 2004, 21:53
- Contact:
ThatFear wrote:Windows will copy the file, test it exists at the destination and the file size is equal, then delete the source. I've never lost a thing. xcopy ftw tho (console based)
I have never lost anything using windows transfery stuff.
However, if you're really worried:
I'd suggest using par files before moving stuff, copy rather than moving, verifying the new copy using the pars, then deleting the old.
But to be honest, that'd be stupid, there's next to no risk moving stuff around with windows, it's totally safe unless a user does something remarkably retarded.
-
- Zombie
- Posts: 2101
- Joined: February 20th, 2005, 21:31
-
- Heavy
- Posts: 5433
- Joined: October 10th, 2004, 17:36
- Location: Bristol, UK
- Contact:
We recently ran some kind of scripted synchronisation of data volumes, and then on the day of swapping over, it only took seconds to synchroise the stuff since the last time it ran.
Don't ask em hwo to do it though, there was a rather nice lady here who could script anything, and she did it.
Also, have you ever done a robocopy? Search the Windows website for info on how it works, that seems to eb the most popular way of transferring massive amounts of files on Windows 2003 Servers.
NOTE : It scares me that I am in a Desktop/Server Support role for a number of years, and people like Berk who do ti for shits and giggles know more than me
Don't ask em hwo to do it though, there was a rather nice lady here who could script anything, and she did it.
Also, have you ever done a robocopy? Search the Windows website for info on how it works, that seems to eb the most popular way of transferring massive amounts of files on Windows 2003 Servers.
NOTE : It scares me that I am in a Desktop/Server Support role for a number of years, and people like Berk who do ti for shits and giggles know more than me
ThisWoo Elephant Yeah wrote:NOTE : It scares me that I am in a Desktop/Server Support role for a number of years, and people like Berk who do ti for shits and giggles know more than me
Still, it has been said that a talented amateur will always out-perform a professional. Look at Hitler for example.
I've used robocopy and found it to be aces (although you will want to change the maximum retrys to 5 or 10 (down from the default 1'000'000 I think) and the retry delay to something less than the default (30s I think) or you'll wait forever if you hit a problem/open file)) and if you must use the mirror switch (which I wouldn't recommend) make sure you are definitely sending the correct source to the correct destination otherwise it will flatten your data and you won't be able to get it back
Otherwise it is great and I found it impossible to make it fall over dispite using it every day for server backups for about 6 months while Veritas pulled their heads from their arses and made a product that didn't abend Netware servers
Otherwise it is great and I found it impossible to make it fall over dispite using it every day for server backups for about 6 months while Veritas pulled their heads from their arses and made a product that didn't abend Netware servers