Networker

Re: [Networker] Copying index

2005-01-29 09:00:54
Subject: Re: [Networker] Copying index
From: Oscar Olsson <spam1 AT QBRANCH DOT SE>
To: NETWORKER AT LISTSERV.TEMPLE DOT EDU
Date: Sat, 29 Jan 2005 14:53:13 +0100
On Fri, 28 Jan 2005, Somen Chanda wrote:

SC> I am migrating from Solaris to Linux. I was successful with mmerecov and now
SC> I need to copy over  the indexes from the old backup server.
SC> 
SC> I was wondering what would be the most efficient way of copying the indexes
SC> from one server to other?
SC> 
SC> The indexes dir size is about 50 GB.
SC> 
SC> I tried NFS mount, it is not very fast. Besides Legato do not recommend
SC> copying of indexes they prefer tar.
SC> I thought of tar but it needs that much space to put the archive on and then
SC> extract it.
SC> 
SC> Any help would be appreciated.

One way would be to use tar, without an intermediate file.

Example:

tar cf - /nsr/index | rsh root@newserver "(cd / ; tar xvf -)"

SSH can also be used, but it is way slower than rsh, at least if you don't 
turn off encryption/compression.

//Oscar

--
Note: To sign off this list, send a "signoff networker" command via email
to listserv AT listserv.temple DOT edu or visit the list's Web site at
http://listserv.temple.edu/archives/networker.html where you can
also view and post messages to the list. Questions regarding this list
should be sent to stan AT temple DOT edu
=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=

<Prev in Thread] Current Thread [Next in Thread>