This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnmF_9CAtfqdZkC4e-_dCX-rK5bqh4RWkw 2015-10-02 09:25:02 +00:00 committed by admin
parent cee3338a81
commit edf6725d9d

View file

@ -0,0 +1,3 @@
As the sync command just got a -J option I have started to use threads to transfer new files to multiple remotes in parallel. A question that arises is if I still can assume that only one instance of the special remote will be started. I tend to store quite some state in the special remote program that I use to connect to a cloud server, and running two instances in parallel might run in to all sorts of fun behavior.
That said, I am of course aware that if I run multiple git annex commands I would run into these problems.