C
cj
I ask a lot of VB questions here but this isn't related to VB. I'm not
sure where to get help with this question but perhaps someone here would
know and not mind giving me some ideas.
We've got a Linux samba server currently storing very close to a
terabyte of 70kb to 956kb files. They are stored in a directory
structure by day. For instance files from August 1st 2007 are in a
directory s:\2007\08\01.
I need to copy all these file off this system and onto a 2TB windows
drive. The Linux server needs to be left in production during this
time. I'd like this to occur as fast as possible. I've tried
everything and nothing moves anything very fast. I've tried TeraCopy,
RoboCopy, SyncToy, and each was a real disappointment. I'm currently
running 6 command windows each running XCopy on a different set of
directories. For instance one command window runs this batch file:
xcopy r:\2007\01\*.* s:\2007\01 /D /E
xcopy r:\2007\02\*.* s:\2007\02 /D /E
xcopy r:\2007\03\*.* s:\2007\03 /D /E
another picks up with months 4, 5 and 6 etc.
It's important to remember that this process could get interrupted and
it would be terrible to have to overwrite files that were already copied
in order to make sure all of them got copied so I want something that'll
copy only files that don't already exist on the target drive -- hence
the /D on the xcopy.
According to Task Manager my pc is not taxed at all. Network trafficd
is at 2.5 % MAX -- ususally less than 1%. The CPU Usage is 0 to 2%.
This machine has 2GB ram. It's on a 100mb ethernet network with limited
traffic.
Any ideas would be appreciated.
sure where to get help with this question but perhaps someone here would
know and not mind giving me some ideas.
We've got a Linux samba server currently storing very close to a
terabyte of 70kb to 956kb files. They are stored in a directory
structure by day. For instance files from August 1st 2007 are in a
directory s:\2007\08\01.
I need to copy all these file off this system and onto a 2TB windows
drive. The Linux server needs to be left in production during this
time. I'd like this to occur as fast as possible. I've tried
everything and nothing moves anything very fast. I've tried TeraCopy,
RoboCopy, SyncToy, and each was a real disappointment. I'm currently
running 6 command windows each running XCopy on a different set of
directories. For instance one command window runs this batch file:
xcopy r:\2007\01\*.* s:\2007\01 /D /E
xcopy r:\2007\02\*.* s:\2007\02 /D /E
xcopy r:\2007\03\*.* s:\2007\03 /D /E
another picks up with months 4, 5 and 6 etc.
It's important to remember that this process could get interrupted and
it would be terrible to have to overwrite files that were already copied
in order to make sure all of them got copied so I want something that'll
copy only files that don't already exist on the target drive -- hence
the /D on the xcopy.
According to Task Manager my pc is not taxed at all. Network trafficd
is at 2.5 % MAX -- ususally less than 1%. The CPU Usage is 0 to 2%.
This machine has 2GB ram. It's on a 100mb ethernet network with limited
traffic.
Any ideas would be appreciated.