From a6927da198b33ba99ba7e8c93a8a585857b286cc Mon Sep 17 00:00:00 2001 From: "https://launchpad.net/~liori" Date: Wed, 15 Aug 2018 14:07:31 +0000 Subject: [PATCH] --- doc/forum/Several_concurrent_operations.mdwn | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/forum/Several_concurrent_operations.mdwn diff --git a/doc/forum/Several_concurrent_operations.mdwn b/doc/forum/Several_concurrent_operations.mdwn new file mode 100644 index 0000000000..1b7a383fde --- /dev/null +++ b/doc/forum/Several_concurrent_operations.mdwn @@ -0,0 +1 @@ +Is it safe to have several `git annex` processes running concurrently in the same repo or in multiple repositories? For example, I have several repositories syncing to each other. Now I run `git annex sync` on them sequentially. Is it safe to run them concurrently?