X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/931236cc8c9bea9c796aed23c1636abce3ee4534..b310fc04b9e60b974f4bfc2c86a5c45ecd7c65f2:/doc/user/topics/arv-copy.html.textile.liquid diff --git a/doc/user/topics/arv-copy.html.textile.liquid b/doc/user/topics/arv-copy.html.textile.liquid index ed0a126a41..abb1a6bcfc 100644 --- a/doc/user/topics/arv-copy.html.textile.liquid +++ b/doc/user/topics/arv-copy.html.textile.liquid @@ -4,6 +4,9 @@ navsection: userguide title: "Using arv-copy" ... +{% include 'crunch1only_begin' %} +On those sites, the "copy a pipeline template" feature described below is not available. However, "copy a workflow" feature is not yet implemented. +{% include 'crunch1only_end' %} This tutorial describes how to copy Arvados objects from one cluster to another by using @arv-copy@. @@ -78,3 +81,26 @@ For example, we can copy the same object using this tag.
~$ arv-copy --src qr1hi --dst dst_cluster --dst-git-repo $USER/tutorial --no-recursive qr1hi-p5p6p-9pkaxt6qjnkxhhu
 
+ +h3. How to copy a workflow + +We will use the uuid @zzzzz-7fd4e-sampleworkflow1@ as an example workflow. + + +
~$ arv-copy --src zzzzz --dst dst_cluster --dst-git-repo $USER/tutorial zzzzz-7fd4e-sampleworkflow1
+zzzzz-4zz18-jidprdejysravcr: 1143M / 1143M 100.0%
+2017-01-04 04:11:58 arvados.arv-copy[5906] INFO:
+2017-01-04 04:11:58 arvados.arv-copy[5906] INFO: Success: created copy with uuid dst_cluster-7fd4e-ojtgpne594ubkt7
+
+
+ +The name, description, and workflow definition from the original workflow will be used for the destination copy. In addition, any *locations* and *docker images* found in the src workflow definition will also be copied to the destination recursively. + +If you would like to copy the object without dependencies, you can use the @--no-recursive@ flag. + +For example, we can copy the same object non-recursively using the following: + + +
~$ arv-copy --src zzzzz --dst dst_cluster --dst-git-repo $USER/tutorial --no-recursive zzzzz-7fd4e-sampleworkflow1
+
+