Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
47d8172e29
11 changed files with 162 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
[[!comment format=mdwn
|
||||
username="https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U"
|
||||
nickname="Richard"
|
||||
subject="comment 4"
|
||||
date="2013-08-03T07:12:40Z"
|
||||
content="""
|
||||
NAT traversal requires central infrastructure and is unreliable at best. Obviously, a for-profit entity like bittorrent can shoulder that.
|
||||
|
||||
For LAN situations, [zeroconf](http://www.zeroconf.org/) along with passphrase-based pairing may be the long-term answer. Arguably, that would enhance vanilla Git almost as much as it would enhance git-annex, but that does not seem likely to happen.
|
||||
"""]]
|
15
doc/todo/assistant_parallel_file_transfers.txt
Normal file
15
doc/todo/assistant_parallel_file_transfers.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
Hi and thank you for an incredible piece of software and great work!
|
||||
|
||||
I've noticed that when I add new files to a repository and I have my USB drive connected, the assistant alternate it's transfers of files. And only transfers one queued file at the time.
|
||||
|
||||
file1 -->> Internet offsite computer
|
||||
file1 -->> USB drive
|
||||
file2 -->> Internet offsite computer
|
||||
file2 -->> USB drive
|
||||
|
||||
|
||||
I would prefer a logic where the assistant transfer files in parallel to my different repositories. I know that it might not be a good thing doing that with network accessed repositories, but when I have "low cost", locally attached USB drives it would be great if the transfers could be done in parallel.
|
||||
|
||||
|
||||
Is there a configuration option for this already?
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue