Merge branch '16678-login-tokens-lifetime-config'
[arvados.git] / doc / _includes / _arv_copy_expectations.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 {% include 'notebox_begin' %}
8 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.
9
10 <br/>In addition, arv-copy requires git when copying to a git repository. Please make sure that git is installed and available.
11
12 {% include 'notebox_end' %}