Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2006 20:23:15 -0700 (PDT)
From:      "N. Harrington" <drumslayer2@yahoo.com>
To:        David Banning <david+dated+1154886729.6e1beb@skytracker.ca>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: best way to copy from one fbsd box to another
Message-ID:  <20060802032315.62519.qmail@web34502.mail.mud.yahoo.com>
In-Reply-To: <20060801175209.GA24100@skytracker.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
--- David Banning
<david+dated+1154886729.6e1beb@skytracker.ca> wrote:

> I am installing a new server and have to copy many
> files from old server
> to new. I have connected a windows box to each via
> samba, and am dragging
> from one to the other via the windows box.
> 
> This might seem like a silly question, but what is
> the way to copy
> -directly- from one fbsd box to another?

 If you have a secured connection I like using rcp.
(complied without the evil conversion to using scp)
 scp works too but has more overhead and for rsh
maintains permissions better. (I think)

 One thing to keep in mind is that if you are copying
OS files, you may run into files that have the file
(immutable) flags set such that even as root, you
cannot update or overwrite them while in multiuser.
(see chflags) 


 Hope this helps.

 Nicole


The Large Print Giveth And The Small Print Taketh Away
 -- Anon

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060802032315.62519.qmail>