bulat.blogg.se

Fastcopy tuning
Fastcopy tuning












fastcopy tuning
  1. #Fastcopy tuning how to#
  2. #Fastcopy tuning full#

How is your DROBO connected? Check out this graph of connection speeds. How you've laid out your files will make a difference, how you're transferring data will make a difference. The language you use won't make much of a difference.

fastcopy tuning

I rent some cloud space from someone where my data is also stored as the deepest backup but it is expensive to pull if off of there.Īs the other answers mention (+1 to mark), when copying files, disk i/o is the bottleneck. Because my clients have diverse systems I deliver to them on SATA drives. So I need to copy from one of the three back up single drive copies I have that I use with the LogicCube.Īt the end of the day I have to have a good copy on a single drive because that is what I deliver to my clients. My rule is if I have a backup failure the other two have to stay off line until the new one is built. Second, I had one of my three Drobo backups fail a couple of weeks ago. One of the reasons I use RICHCOPY is that it starts copying immediately, it does not use memory to build a map. First off, the file synching solutions I have played with build a map (for want of a better term) of the data first, I have too many little files so they choke. I am bound by the hardware, I can't afford 10K rpm 2 terabyte drives (if they even make them).Ī number of you are suggesting a file synching solution. My unscientific observation is that the copy from one internal disk to another is no faster than a copy to or from the Drobo to an internal disk. It won't work the other way since the Drobo file structure is a mystery. I am not going over a network, the drive is plugged into my mother board with a sata connection and my Drobo is plugged into a Firewire port, my thinking is that both connections should allow faster transfer.Īctually I can't use a sector copy except going from a single disk to the Drobo. Thanks for the early responses but I don't think it is I/O limitations. For example, last week the water main broke under our building and shorted out the power. The reason I need to speed it up is I have had two or three cycles where something has happened during copy (fifty hours is a long time to expect the world to hold still) that has caused me to have to trash the copy and start over.

#Fastcopy tuning full#

I am thinking that given that I can sector copy a 3/4 full 2 terabyte drive using the LogicCube in under seven hours I should be able to get close to that using Assembly, but I don't know enough to know if this is valid. I have a LogicCube for when I am simply duplicating a disk but sometimes I need to go from a disk to Drobo or the reverse. Right now it takes me over 50 hours to make a copy from a disk to a Drobo and then back from the Drobo to a disk. I am looking for some observations on which will give me more speed. I have already written a basic copy program in Python 2.6 that is no slower than RICHCOPY.

fastcopy tuning

Thus I may be missing some fundamental concept of what happens with interpreted languages.Īny observations or experiences would be appreciated. I am assuming that I would but I only started really learning to program 18 months and it is still more or less a hobby. I am toying around with the idea of doing this in Assembly because it seems interesting, but while my time is not incredibly precious it is precious enough that I am trying to get a sense of whether or not I will see significant enough gains in copy speed.

#Fastcopy tuning how to#

My other thought is to start learning how to multi-thread in Python to do the copies. I am toying around with using what I have read in The Art of Assembly Language to write a program to copy my files. RICHCOPY seems the fastest but I do not believe I am getting close to the limits of the capabilities of my XP machine. I am currently using RICHCOPY, but have tried others. As a maintenance issue I need to routinely (3-5 times per year) copy a repository that is now has over 20 million files and exceeds 1.5 terabytes in total disk space.














Fastcopy tuning