Commit fd193715 authored by Kristin Berry's avatar Kristin Berry Committed by Laura, Jason R
Browse files

Destination is still /data on the rsync server.

parent 9efae8bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -134,9 +134,9 @@ This step covers how to update the data on the rysnc servers. This is where our


### Part B: Update the Remote Server
* Conduct a dry run using the command ```rsync -rtpvln /usgs/cpkgs/isis3/isis_data/ isisdist.astrogeology.usgs.gov:/work1/dist/isis3/<isis3data or mission specific>/isis_data/```.
* Conduct a dry run using the command ```rsync -rtpvln /usgs/cpkgs/isis3/isis_data/ isisdist.astrogeology.usgs.gov:/work1/dist/isis3/<isis3data or mission specific>/data/```.

* Actually copy the files using ```rsync -rtpvl /usgs/cpkgs/isis3/isis_data/ isisdist.astrogeology.usgs.gov:/work1/dist/isis3/<isisdata or mission specific>/isis_data/```.
* Actually copy the files using ```rsync -rtpvl /usgs/cpkgs/isis3/isis_data/ isisdist.astrogeology.usgs.gov:/work1/dist/isis3/<isisdata or mission specific>/data/```.

The default 
## Step 8: Create Internal Builds/Installs for Astro