Courier writes:
>
> 3. Then take old server off line, then tar its Repository.
> 4. Connecting these two server by Crossover CAT5 for cp and untar new
> Repository.

You minimize the downtime by connecting the two machines first then
running the two tars in parallel through a remote shell:

        tar cf - cvsrepos | rsh newserver 'cd /where/ever; tar xf -'

-Larry Jones

You just can't ever be too careful. -- Calvin


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to