[GRASSLIST:5987] RE: moving layers from one machine to another

The way I do it is to use the tar command to package all necessary files
together. cd to the PERMANENT directory:

PERMANENT> tar cvf filename.tar */filename

That will recursively go through all your grass subdirectories adding all
occurrences of file to the tar package.

Similarly, unpack the tar file in the PERMANENT directory of the destination
location with:

tar xvf filename.tar

~ Eric.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Eric Patton

Technologist, Geo-Spatial Data Services
Geological Survey of Canada (Atlantic)
Natural Resources Canada
Bedford Institute of Oceanography
Dartmouth, Nova Scotia, Canada B2Y 4A2

Postal address: P.O. Box 1006
Courier address: 1 Challenger Drive

Telephone: (902)426-7732
Facsimile: (902)426-4104
E-mail: epatton@NRCan.gc.ca

-----Original Message-----
From: owner-GRASSLIST@baylor.edu [mailto:owner-GRASSLIST@baylor.edu] On
Behalf Of Chris Fonnesbeck
Sent: Thursday, March 03, 2005 1:56 PM
To: GRASSLIST@baylor.edu
Subject: [GRASSLIST:5986] moving layers from one machine to another

Having painstakingly imported a large shapefile into Linux (see
previous thread on v.in.ogr), I want to use this layer on my OS X
machine. However, simply moving my ~/grass directory to the other
machine seems not to work, as attempting lo load the layer results in
a bus error on the Mac (works fine on the Linux machine). What is the
best way to move layers among GRASS workstations?

Thanks,
Chris