From 0581bd67385a585beb2d6ee5392ce7cf9d526873 Mon Sep 17 00:00:00 2001 From: bryan Date: Mon, 13 Jul 2015 12:56:40 -0400 Subject: [PATCH] changed arv-copy expectations and moved around words in the html file --- doc/user/topics/arv-copy.html.textile.liquid | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/user/topics/arv-copy.html.textile.liquid b/doc/user/topics/arv-copy.html.textile.liquid index 5a6b3d5011..8a55cc1f35 100644 --- a/doc/user/topics/arv-copy.html.textile.liquid +++ b/doc/user/topics/arv-copy.html.textile.liquid @@ -1,7 +1,7 @@ --- layout: default navsection: userguide -title: "Using arv-copy" +title: "Using Arv-copy" ... @@ -15,7 +15,7 @@ h2. Arv-copy For example, lets copy from "cluster1" to "cluster2". The names "cluster1" and "cluster2" are interchangable with any cluster name. -First, you must custom configuration files for both clusters. Go to your Manage Account page in Workbench and copy the @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ in both of your clusters. Then, create two configuration files, one for each cluster. The names of the files is very important, they must match the cluster names. +In order for the clusters to be able to communicate with each other, you must create custom configuration files for both clusters. First, go to your Manage Account page in Workbench and copy the @ARVADOS_API_HOST@ and @ARVADOS_API_TOKEN@ in both of your clusters. Then, create two configuration files, one for each cluster. The names of the files is very important, they must match the cluster names.
~$ cd ~/.config/arvados
@@ -26,13 +26,9 @@ First, you must custom configuration files for both clusters. Go to your Manage
 
-Once you have your config files ready, you can start copying! - -Here are some examples: - h3. How to copy a collection -First, copy the uuid of the collection you want to copy from the cluster you want to copy from. The uuid can be found inside of a collection in the top left box, or from the URL bar (the part after @collections/...@) +First, select the uuid of the collection you want to copy from the source cluster. The uuid can be found inside of a collection in the top left box, or from the URL bar (the part after @collections/...@) Now copy the collection from cluster1 to cluster2. We will use the uuid cluster1-4zz18-1234567890abcde as an example. @@ -52,7 +48,7 @@ When copying a pipeline template or pipeline instance recursively (copying all d If you do not have a repository created, you can follow the documentation here: (Point to #6014) -Once you have your repository created, you can copy your pipeline template/instance. We will use the uuid cluster1-p5p6p-abcd123efghi45jkl as an example, and samplegitrepo/samplename.git as an example git repo. +We will use the uuid cluster1-p5p6p-abcd123efghi45jkl as an example pipeline template/instance, and samplegitrepo/samplename.git as an example git repo.
~$ arv-copy --src cluster1 --dst cluster2 --dst-git-repo samplegitrepo/samplename cluster1-p5p6p-abcd123efghi45jkl
-- 
2.30.2