X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/33b27555b25e70a0d37c5a8267450fddf3bd81b1..22fcbed20b2691bcdfa5854004dcb95aa1f2e40d:/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 d35df4fcec..6e41a4f237 100644 --- a/doc/user/topics/arv-copy.html.textile.liquid +++ b/doc/user/topics/arv-copy.html.textile.liquid @@ -57,12 +57,14 @@ arvados.arv-copy[1234] INFO: Success: created copy with uuid dstcl-4zz18-xxxxxxx The output of arv-copy displays the uuid of the collection generated in the destination cluster. By default, the output is placed in your home project in the destination cluster. If you want to place your collection in an existing project, you can specify the project you want it to be in using the tag @--project-uuid@ followed by the project uuid. -For example, this will copy the collection to project dstcl-j7d0g-a894213ukjhal12 in the destination cluster. +For example, this will copy the collection to project @dstcl-j7d0g-a894213ukjhal12@ in the destination cluster.
~$ arv-copy --src pirca --dst dstcl --project-uuid dstcl-j7d0g-a894213ukjhal12 jutro-4zz18-tv416l321i4r01e
 
+Additionally, if you need to specify the storage classes where to save the copied data on the destination cluster, you can do that by using the @--storage-classes LIST@ argument, where @LIST@ is a comma-separated list of storage class names. + h3. How to copy a workflow We will use the uuid @jutro-7fd4e-mkmmq53m1ze6apx@ as an example workflow.