X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/56d94b28fc1ee2fe2f36f6743186e8b442c9e676..55137e6828bf11f76c3f9ec61e4a76954f5d6fa1:/doc/_includes/_arv_copy_expectations.liquid diff --git a/doc/_includes/_arv_copy_expectations.liquid b/doc/_includes/_arv_copy_expectations.liquid index 50362def44..2231b06a73 100644 --- a/doc/_includes/_arv_copy_expectations.liquid +++ b/doc/_includes/_arv_copy_expectations.liquid @@ -1,12 +1,12 @@ +{% comment %} +Copyright (C) The Arvados Authors. All rights reserved. + +SPDX-License-Identifier: CC-BY-SA-3.0 +{% endcomment %} + {% include 'notebox_begin' %} As stated above, arv-copy is recursive by default and requires a working git repository in the destination cluster. If you do not have a repository created, you can follow the "Adding a new repository":{{site.baseurl}}/user/tutorials/add-new-repository.html page. We will use the *tutorial* repository created in that page as the example.
In addition, arv-copy requires git when copying to a git repository. Please make sure that git is installed and available. -Use the following command to check if git is available. -
~$ git --help
- -Use the following command to install git. -
~$ sudo apt-get install git
- {% include 'notebox_end' %}