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?