From c65cbaee9978cd988233af7351a08e37259449e7 Mon Sep 17 00:00:00 2001 From: JohnKozak Date: Sun, 23 Oct 2016 21:05:57 +0000 Subject: [PATCH] --- .../how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn b/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn index 0db70aa520..8727fd9d14 100644 --- a/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn +++ b/doc/bugs/how_to_copy_tp_multiple_remotes_simultaneously__63__.mdwn @@ -1,6 +1,6 @@ ### Please describe the problem. -I would like to make multiple copies of precious data and I would like these copies to run simultaneously to minimise the elapsed time taken. Ideally, I would like to specy multiple `--to` options to `git annex copy`. I have tried running multiple processes simultaneously by these start to fail with lock contention on `.git/config`. +I would like to make multiple copies of precious data and I would like these copies to run simultaneously to minimise the elapsed time taken. Ideally, I would like to specify multiple `--to` options to `git annex copy`. I have tried running multiple processes simultaneously but these start to fail with lock contention on `.git/config`. ### What steps will reproduce the problem?