diff options
author | annexuser <annexuser@web> | 2013-03-17 01:55:43 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-03-17 01:55:43 +0000 |
commit | 59ddeb0e8513683fe440751c4cbe300b93d530bc (patch) | |
tree | f681c791db909a4868f3c6667ee18c3a52f0c67e /doc | |
parent | a552507f19350c32546f4ae940932359ed31367a (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Managing_multiple_repositories_concurrently__63__.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/forum/Managing_multiple_repositories_concurrently__63__.mdwn b/doc/forum/Managing_multiple_repositories_concurrently__63__.mdwn new file mode 100644 index 000000000..60942584b --- /dev/null +++ b/doc/forum/Managing_multiple_repositories_concurrently__63__.mdwn @@ -0,0 +1,5 @@ +I have the webapp setup to manage 4 different repositories. + +One repository had many gigabytes to upload to a remote. As this was moving along, I wanted to check on the status of one of the other repositories. I knew that this second repository had a lot of data to download. When I switched to the second repo in the webapp, I noticed in my network monitor that the amount of upstream bandwidth I was using dropped and the amount of downstream bandwidth increased. I switched back to the first repo, and my downstream bandwidth dropped and the upstream bandwidth increased. + +It looks like git-annex stopped uploading data from the first repo when I switched to the second, and stopped downloading data to the second repo when I switched to the first. Is this correct? I was under the impression that switching repositories in the webapp simply changed the view that I was looking at, but that the assistant would still be managing all the repositories I had setup -- uploading/downloading/syncing concurrently. |