diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2013-11-03 00:45:10 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-11-03 00:45:10 +0000 |
commit | 4c2361586d29076044ea94ec5590144bd164f77f (patch) | |
tree | 7e58e7d7b65d4f457bb1013eca5c75383101c6dd /doc/bugs/Unnecessary_remote_transfers | |
parent | e11d1d72268da0b545dc95a258cad420c9a31da4 (diff) |
Added a comment
Diffstat (limited to 'doc/bugs/Unnecessary_remote_transfers')
-rw-r--r-- | doc/bugs/Unnecessary_remote_transfers/comment_7_5aaf8766a7ba05c4f92715e5d5175a8f._comment | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/bugs/Unnecessary_remote_transfers/comment_7_5aaf8766a7ba05c4f92715e5d5175a8f._comment b/doc/bugs/Unnecessary_remote_transfers/comment_7_5aaf8766a7ba05c4f92715e5d5175a8f._comment new file mode 100644 index 000000000..f117f15c1 --- /dev/null +++ b/doc/bugs/Unnecessary_remote_transfers/comment_7_5aaf8766a7ba05c4f92715e5d5175a8f._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.47" + subject="comment 7" + date="2013-11-03T00:45:09Z" + content=""" +* The costs you show look fine. +* Yes, deleting a repository in the webapp actually deletes it. It doesn't just remove the remote from .git/config. Most people using the webapp don't want to draw such a fine distinction, I think. +* It's not a very usual configuration to have 2 repositories on the same machine with the git-annex assistant running in both. You might just want to configure the assistant to not run in the backup repository. + +Some of the things you've said suggest that the backup repository might not be immediately noticing when changes are pushed to it. Since its location is shown as /mnt/debian/home/me, I have to wonder if that's some NFS mount or other network filesystem causing problems. + +"""]] |