This commit is contained in:
https://launchpad.net/~liori 2018-08-15 14:07:31 +00:00 committed by admin
parent e891e78032
commit a6927da198

View file

@ -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?