On Wed, Jan 16, 2002 at 12:16:59AM -0600, Andrew R Hartung wrote:
> I would like to install fink on my iBook(in addition to my desktop), 
> but I have a slow connection and don't want to download everything 
> again. Can I just copy the /sw directory to my iBook? If so, how do 
> you copy to a networked computer from the command line?

sudo rsync -az /sw othermachine:/ would do it.

Another possibility is to make a tarball of /sw and copy it over with
scp, or your favorite file copying tool.

-- 
=Nicholas Riley <[EMAIL PROTECTED]> | <http://www.uiuc.edu/ph/www/njriley>
        Pablo Research Group, Department of Computer Science and
  Medical Scholars Program, University of Illinois at Urbana-Champaign

_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to