summaryrefslogtreecommitdiff
path: root/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-01 12:57:41 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-01 12:57:41 -0400
commit8c565671748a734c548588e987b61de3b937b10d (patch)
treead19c447c75c2523f14173570f1ad2d8d1080cb6 /doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace
parent58d1350e077990282f54fff32e4e13fecf3d2076 (diff)
fix
Diffstat (limited to 'doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace')
-rw-r--r--doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment
new file mode 100644
index 000000000..87bec8530
--- /dev/null
+++ b/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace/comment_0.comment
@@ -0,0 +1,34 @@
+[[!comment format=mdwn
+ username="https://www.google.com/accounts/o8/id?id=AItOawm5iosFbL2By7UFeViqkc6v-hoAtqILeDA"
+ nickname="Laszlo"
+ subject="Tried to add a bug, but website fails"
+ date="2013-03-01T14:40:18Z"
+ content="""
+@joeyh: I tried to add a comment to my bugreport:
+http://git-annex.branchable.com/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace.Makefile/
+
+I get this error:
+Error: failed to create directory /home/b-git-annex/source/doc/bugs/When_syncing_two_repositories__44___git_annex_uses_9x_times_diskspace.Makefile/: File exists
+
+The comment I tried to add:
+Seems like the logging is the culprit:
+
+user@usermachine:~/down/annex$ du -ak . | sort -nr | cut -f2 | xargs -d '\n' du -sh |head -n 30 -
+8,2G .
+7,5G ./.git
+6,5G ./.git/annex
+2,7G ./.git/annex/daemon.log
+1,8G ./.git/annex/daemon.log.1
+1,5G ./.git/annex/daemon.log.5
+980M ./.git/objects
+742M ./mydir
+640M ./mydir/wp
+616M ./mydir/wp/wd
+314M ./mydir/wp/wd/2012
+278M ./.git/annex/daemon.log.4
+226M ./mydir/wp/wd/2011
+154M ./.git/annex/daemon.log.6
+109M ./.git/annex/objects
+
+
+"""]]