On Wed, Mar 30, 2011 at 03:53:23PM -0400, Patrick Cable wrote: > Unfortunately, my existing data is stored on four iSCSI devices chained off > of a Sun T2000. I seem to be getting 6MB/sec on the rsync, which is painful > when you're sitting on about 15TB of data.
I've moved 15TB with rsync and I needed to split it up into multiple rsync processes based on top level directories. I'd also make sure you're running a recent (3.x) rsync as it's much more efficient with large numbers of files. Don't enable compression for local copies... -j _______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
